pkgsrc-WIP-changes archive

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

py-pipdeptree: imported version 2.0.0



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Jun 8 12:06:58 2021 +0200
Changeset:	b920904a38c9049224ffa4619977b5f8d2be5b64

Added Files:
	py-pipdeptree/ALTERNATIVES
	py-pipdeptree/DESCR
	py-pipdeptree/Makefile
	py-pipdeptree/PLIST
	py-pipdeptree/distinfo

Log Message:
py-pipdeptree: imported version 2.0.0

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

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

diffstat:
 py-pipdeptree/ALTERNATIVES |  1 +
 py-pipdeptree/DESCR        |  1 +
 py-pipdeptree/Makefile     | 21 +++++++++++++++++++++
 py-pipdeptree/PLIST        | 11 +++++++++++
 py-pipdeptree/distinfo     |  6 ++++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/py-pipdeptree/ALTERNATIVES b/py-pipdeptree/ALTERNATIVES
new file mode 100644
index 0000000000..dffde89b70
--- /dev/null
+++ b/py-pipdeptree/ALTERNATIVES
@@ -0,0 +1 @@
+bin/pipdeptree @PREFIX@/bin/pipdeptree-@PYVERSSUFFIX@
diff --git a/py-pipdeptree/DESCR b/py-pipdeptree/DESCR
new file mode 100644
index 0000000000..a46b673436
--- /dev/null
+++ b/py-pipdeptree/DESCR
@@ -0,0 +1 @@
+Conan C/C++ package manager.
diff --git a/py-pipdeptree/Makefile b/py-pipdeptree/Makefile
new file mode 100644
index 0000000000..477ba3ad16
--- /dev/null
+++ b/py-pipdeptree/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	pipdeptree-2.0.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	pkgtools
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pipdeptree/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/naiquevin/pipdeptree
+COMMENT=	Displaying the installed python packages in form of a dependency tree
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+post-install:
+	cd ${DESTDIR}${PREFIX}/bin && ${MV} pipdeptree pipdeptree-${PYVERSSUFFIX}
+
+DEPENDS+=       ${PYPKGPREFIX}-pip>=6.0.0:../../devel/py-pip
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pipdeptree/PLIST b/py-pipdeptree/PLIST
new file mode 100644
index 0000000000..6760f34372
--- /dev/null
+++ b/py-pipdeptree/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/pipdeptree-${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pipdeptree.py
+${PYSITELIB}/pipdeptree.pyc
+${PYSITELIB}/pipdeptree.pyo
diff --git a/py-pipdeptree/distinfo b/py-pipdeptree/distinfo
new file mode 100644
index 0000000000..295ded67ab
--- /dev/null
+++ b/py-pipdeptree/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pipdeptree-2.0.0.tar.gz) = c111b0c6790e55b0fbcc0859a085e9c785db2378
+RMD160 (pipdeptree-2.0.0.tar.gz) = 0157af6fbfde324453fef22e96885299e7c5bc25
+SHA512 (pipdeptree-2.0.0.tar.gz) = a763185326fc341a5f191733565241da4aeeab2cb0fa460103cde953e3da9cd718874879b7916defbb819d6dc1fb480eb5cef5e5f02279a99d22bf6c57320d89
+Size (pipdeptree-2.0.0.tar.gz) = 21748 bytes


Home | Main Index | Thread Index | Old Index