pkgsrc-WIP-changes archive

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

py-pip2pi: Import as wip/py-pip2pi version 0.8.1



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Mon Dec 16 17:32:18 2019 +0000
Changeset:	2d32249fd906350c1a2dd4eafeff7a54956bca16

Added Files:
	py-pip2pi/DESCR
	py-pip2pi/Makefile
	py-pip2pi/PLIST
	py-pip2pi/distinfo

Log Message:
py-pip2pi: Import as wip/py-pip2pi version 0.8.1

pip2pi builds a PyPI-compatible package repository from pip
requirements.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2d32249fd906350c1a2dd4eafeff7a54956bca16

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pip2pi/DESCR    |  2 ++
 py-pip2pi/Makefile | 19 +++++++++++++++++++
 py-pip2pi/PLIST    |  4 ++++
 py-pip2pi/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/py-pip2pi/DESCR b/py-pip2pi/DESCR
new file mode 100644
index 0000000000..95f6636eb0
--- /dev/null
+++ b/py-pip2pi/DESCR
@@ -0,0 +1,2 @@
+pip2pi builds a PyPI-compatible package repository from pip
+requirements.
diff --git a/py-pip2pi/Makefile b/py-pip2pi/Makefile
new file mode 100644
index 0000000000..c3c4414357
--- /dev/null
+++ b/py-pip2pi/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	pip2pi-0.8.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pip2pi/}
+
+MAINTAINER=	ng0%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/wolever/pip2pi/
+COMMENT=	Build a PyPI-compatible package repository from pip
+LICENSE=	2-clause-bsd
+
+post-install:
+.for bins in dir2pi pip2pi pip2tgz
+	${MV} ${DESTDIR}${PREFIX}/bin/${bins} ${DESTDIR}${PREFIX}/bin/${bins}-${PYVERSSUFFIX}
+.endfor
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pip2pi/PLIST b/py-pip2pi/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/py-pip2pi/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/py-pip2pi/distinfo b/py-pip2pi/distinfo
new file mode 100644
index 0000000000..932ec85f1f
--- /dev/null
+++ b/py-pip2pi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pip2pi-0.8.1.tar.gz) = 9d0e3b44afffc9b362cfa0f3632f8b87517644b4
+RMD160 (pip2pi-0.8.1.tar.gz) = 199a89fcec362d13392dee646e75e33e243142f3
+SHA512 (pip2pi-0.8.1.tar.gz) = 1a04f4409ee2b8d74971e656d39b663d1385d2b75dc6b1097c162ff0084ab560a9e79566d71114f7134dd436bc5c03243a304a63cb192a619148b0053939a304
+Size (pip2pi-0.8.1.tar.gz) = 10415 bytes


Home | Main Index | Thread Index | Old Index