pkgsrc-WIP-changes archive

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

python dependency for virt-manager200



Module Name:	pkgsrc-wip
Committed By:	andyb <andyb%m42.one@localhost>
Pushed By:	andyb
Date:		Mon Dec 3 00:22:52 2018 +0100
Changeset:	b84b82330b4cbd64e873a1f4ac22e040b2b5f0da

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

Log Message:
python dependency for virt-manager200

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

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

diffstat:
 py-libvirt490/DESCR    |  1 +
 py-libvirt490/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++
 py-libvirt490/PLIST    |  1 +
 py-libvirt490/distinfo |  6 ++++++
 4 files changed, 51 insertions(+)

diffs:
diff --git a/py-libvirt490/DESCR b/py-libvirt490/DESCR
new file mode 100644
index 0000000000..90833cab73
--- /dev/null
+++ b/py-libvirt490/DESCR
@@ -0,0 +1 @@
+py-libvirt490
\ No newline at end of file
diff --git a/py-libvirt490/Makefile b/py-libvirt490/Makefile
new file mode 100644
index 0000000000..caaa64a9f1
--- /dev/null
+++ b/py-libvirt490/Makefile
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.32 2018/11/30 09:59:40 adam Exp $
+
+DISTNAME=       libvirt-python-4.9.0
+CATEGORIES=     sysutils python
+MASTER_SITES=   https://libvirt.org/sources/python/
+
+MAINTAINER=     andyb%m42.one@localhost
+HOMEPAGE=       https://libvirt.org/sources/python/
+COMMENT=        libvirt python library
+LICENSE=        gnu-lgpl-v2
+
+#DEPENDS+=	${PYPKGPREFIX}-backcall-[0-9]*:../../devel/py-backcall
+#DEPENDS+=	${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
+#DEPENDS+=	${PYPKGPREFIX}-jedi>=0.10:../../editors/py-jedi
+#DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+#DEPENDS+=	${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
+#DEPENDS+=	${PYPKGPREFIX}-prompt_toolkit>=2.0.0:../../devel/py-prompt_toolkit2
+#DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+#DEPENDS+=	python37-[0-9]*:../../lang/python37
+DEPENDS+=	${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
+DEPENDS+=	${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
+#DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+#DEPENDS+=	${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
+
+USE_LANGUAGES=	# none
+#REPLACE_PYTHON=	
+#PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 37
+DEPENDS+=	${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
+.endif
+
+#post-install:
+#	cd ${DESTDIR}${PREFIX} && \
+#	${RM} bin/iptest3 bin/ipython3 && \
+#	${MV} bin/iptest bin/iptest-${PYVERSSUFFIX} && \
+#	${MV} bin/ipython bin/ipython-${PYVERSSUFFIX} && \
+#	${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython-${PYVERSSUFFIX}.1 || ${TRUE}
+
+#.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-libvirt490/PLIST b/py-libvirt490/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/py-libvirt490/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-libvirt490/distinfo b/py-libvirt490/distinfo
new file mode 100644
index 0000000000..0ac2716c94
--- /dev/null
+++ b/py-libvirt490/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libvirt-python-4.9.0.tar.gz) = 829198b7d50de9e8e734941a61dd744a67b49709
+RMD160 (libvirt-python-4.9.0.tar.gz) = b81157a8c3a91ee2cae6bacfef59f7c7c5323ce4
+SHA512 (libvirt-python-4.9.0.tar.gz) = 7d1345693c87f11be9dc751212820f4c4a519a467703f0ea2fcafd0e66d39941686cf7c84c2c68e8639889da1bfbc9176a72cf1059c87d76a49b2c74a7b05c0e
+Size (libvirt-python-4.9.0.tar.gz) = 191922 bytes


Home | Main Index | Thread Index | Old Index