pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-xdist
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 24 09:28:57 UTC 2022
Added Files:
pkgsrc/devel/py-xdist: DESCR Makefile PLIST distinfo
Log Message:
devel/py-xdist: import py-xdist-0.0.2
Python library of pairwise distance computation.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-xdist/DESCR \
pkgsrc/devel/py-xdist/Makefile pkgsrc/devel/py-xdist/PLIST \
pkgsrc/devel/py-xdist/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-xdist/DESCR
diff -u /dev/null pkgsrc/devel/py-xdist/DESCR:1.1
--- /dev/null Wed Aug 24 09:28:57 2022
+++ pkgsrc/devel/py-xdist/DESCR Wed Aug 24 09:28:57 2022
@@ -0,0 +1 @@
+Python library of pairwise distance computation.
Index: pkgsrc/devel/py-xdist/Makefile
diff -u /dev/null pkgsrc/devel/py-xdist/Makefile:1.1
--- /dev/null Wed Aug 24 09:28:57 2022
+++ pkgsrc/devel/py-xdist/Makefile Wed Aug 24 09:28:57 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/08/24 09:28:57 wiz Exp $
+
+DISTNAME= xdist-0.0.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdist/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/doerlbh/xdist
+COMMENT= Python library of pairwise distance computation
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-pandas>=0:../../math/py-pandas
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
+
+USE_LANGUAGES= # none
+
+BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.16.5
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-xdist/PLIST
diff -u /dev/null pkgsrc/devel/py-xdist/PLIST:1.1
--- /dev/null Wed Aug 24 09:28:57 2022
+++ pkgsrc/devel/py-xdist/PLIST Wed Aug 24 09:28:57 2022
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/24 09:28:57 wiz Exp $
+${PYSITELIB}/core/__init__.py
+${PYSITELIB}/core/__init__.pyc
+${PYSITELIB}/core/__init__.pyo
+${PYSITELIB}/core/utils.py
+${PYSITELIB}/core/utils.pyc
+${PYSITELIB}/core/utils.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/devel/py-xdist/distinfo
diff -u /dev/null pkgsrc/devel/py-xdist/distinfo:1.1
--- /dev/null Wed Aug 24 09:28:57 2022
+++ pkgsrc/devel/py-xdist/distinfo Wed Aug 24 09:28:57 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/24 09:28:57 wiz Exp $
+
+BLAKE2s (xdist-0.0.2.tar.gz) = 3eaf92140c08d51a110de327ebb374920c251561fd2e3bb5c07a1e7041e32b29
+SHA512 (xdist-0.0.2.tar.gz) = db87d1a4c39e1de07623507d0dcbd095976649d11d7ab6fc86e6785c22fad85fa12e6d4c39c94562fd486d9996ca260561a1cb76fc7c8c7c6ef558d2ce42003e
+Size (xdist-0.0.2.tar.gz) = 14183 bytes
Home |
Main Index |
Thread Index |
Old Index