summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-02-05 09:39:19 +0000
committeradam <adam@pkgsrc.org>2022-02-05 09:39:19 +0000
commitcb08cc3a44544b9623f6bc011a4f5d4fa7c58a0a (patch)
tree5a521970a5b08e09d1b7eb3b7bd01aed8def03ef /misc
parentf6bc74d98f4d5b98f0e94fb4930d3acff2320515 (diff)
downloadpkgsrc-cb08cc3a44544b9623f6bc011a4f5d4fa7c58a0a.tar.gz
py-ghp-import: added version 2.0.2
A script that can copy a directory to the gh-pages branch of the repository.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/py-ghp-import/ALTERNATIVES1
-rw-r--r--misc/py-ghp-import/DESCR1
-rw-r--r--misc/py-ghp-import/Makefile24
-rw-r--r--misc/py-ghp-import/PLIST12
-rw-r--r--misc/py-ghp-import/distinfo5
6 files changed, 45 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index a069317450c..47e32c47702 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -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-asciinema
SUBDIR+= py-autocommand
SUBDIR+= py-carddav
SUBDIR+= py-crashtest
+SUBDIR+= py-ghp-import
SUBDIR+= py-immutables
SUBDIR+= py-platformdirs
SUBDIR+= py-shellingham
diff --git a/misc/py-ghp-import/ALTERNATIVES b/misc/py-ghp-import/ALTERNATIVES
new file mode 100644
index 00000000000..0106748107e
--- /dev/null
+++ b/misc/py-ghp-import/ALTERNATIVES
@@ -0,0 +1 @@
+bin/ghp-import @PREFIX@/bin/ghp-import-@PYVERSSUFFIX@
diff --git a/misc/py-ghp-import/DESCR b/misc/py-ghp-import/DESCR
new file mode 100644
index 00000000000..fa3bf9dd0f3
--- /dev/null
+++ b/misc/py-ghp-import/DESCR
@@ -0,0 +1 @@
+A script that can copy a directory to the gh-pages branch of the repository.
diff --git a/misc/py-ghp-import/Makefile b/misc/py-ghp-import/Makefile
new file mode 100644
index 00000000000..92d4d8c2a94
--- /dev/null
+++ b/misc/py-ghp-import/Makefile
@@ -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
+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 --git a/misc/py-ghp-import/PLIST b/misc/py-ghp-import/PLIST
new file mode 100644
index 00000000000..03b941b3752
--- /dev/null
+++ b/misc/py-ghp-import/PLIST
@@ -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 --git a/misc/py-ghp-import/distinfo b/misc/py-ghp-import/distinfo
new file mode 100644
index 00000000000..e4b7304ece2
--- /dev/null
+++ b/misc/py-ghp-import/distinfo
@@ -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