pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc py-ghp-import: added version 2.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ef9ee087946
branches:  trunk
changeset: 373048:2ef9ee087946
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 05 09:39:19 2022 +0000

description:
py-ghp-import: added version 2.0.2

A script that can copy a directory to the gh-pages branch of the repository.

diffstat:

 misc/Makefile                   |   3 ++-
 misc/py-ghp-import/ALTERNATIVES |   1 +
 misc/py-ghp-import/DESCR        |   1 +
 misc/py-ghp-import/Makefile     |  24 ++++++++++++++++++++++++
 misc/py-ghp-import/PLIST        |  12 ++++++++++++
 misc/py-ghp-import/distinfo     |   5 +++++
 6 files changed, 45 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r c15ec370e359 -r 2ef9ee087946 misc/Makefile
--- a/misc/Makefile     Sat Feb 05 09:10:55 2022 +0000
+++ b/misc/Makefile     Sat Feb 05 09:39:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.560 2022/02/02 18:50:49 adam Exp $
+# $NetBSD: Makefile,v 1.561 2022/02/05 09:39:19 adam Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -253,6 +253,7 @@
 SUBDIR+=       py-autocommand
 SUBDIR+=       py-carddav
 SUBDIR+=       py-crashtest
+SUBDIR+=       py-ghp-import
 SUBDIR+=       py-immutables
 SUBDIR+=       py-platformdirs
 SUBDIR+=       py-shellingham
diff -r c15ec370e359 -r 2ef9ee087946 misc/py-ghp-import/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-ghp-import/ALTERNATIVES   Sat Feb 05 09:39:19 2022 +0000
@@ -0,0 +1,1 @@
+bin/ghp-import @PREFIX@/bin/ghp-import-@PYVERSSUFFIX@
diff -r c15ec370e359 -r 2ef9ee087946 misc/py-ghp-import/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-ghp-import/DESCR  Sat Feb 05 09:39:19 2022 +0000
@@ -0,0 +1,1 @@
+A script that can copy a directory to the gh-pages branch of the repository.
diff -r c15ec370e359 -r 2ef9ee087946 misc/py-ghp-import/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-ghp-import/Makefile       Sat Feb 05 09:39:19 2022 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/02/05 09:39:19 adam Exp $
+
+DISTNAME=      ghp-import-2.0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    misc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/ghp-import/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/c-w/ghp-import
+COMMENT=       Copy your docs directly to the gh-pages branch
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
+
+USE_LANGUAGES= # none
+
+USE_PKG_RESOURCES=     yes
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} ghp-import ghp-import-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c15ec370e359 -r 2ef9ee087946 misc/py-ghp-import/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-ghp-import/PLIST  Sat Feb 05 09:39:19 2022 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/05 09:39:19 adam Exp $
+bin/ghp-import-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ghp_import.py
+${PYSITELIB}/ghp_import.pyc
+${PYSITELIB}/ghp_import.pyo
diff -r c15ec370e359 -r 2ef9ee087946 misc/py-ghp-import/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-ghp-import/distinfo       Sat Feb 05 09:39:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/05 09:39:19 adam Exp $
+
+BLAKE2s (ghp-import-2.0.2.tar.gz) = fd1154bf6f1f1f2fc48ebf911d7d202bb5a90c1d5e0fbadea126d12f8bb00ff9
+SHA512 (ghp-import-2.0.2.tar.gz) = 554c466f1275d905d7698539fe74b662f43c26b9497e83bc3615849ba2815dcbce6ae01fa14eb1c2245987ccc1b497afe175e3e0ddef3de561fc14ea24792d4e
+Size (ghp-import-2.0.2.tar.gz) = 10928 bytes



Home | Main Index | Thread Index | Old Index