pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-xdist devel/py-xdist: import py-xdist-0.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa891608ed0b
branches:  trunk
changeset: 383884:fa891608ed0b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 24 09:28:57 2022 +0000

description:
devel/py-xdist: import py-xdist-0.0.2

Python library of pairwise distance computation.

diffstat:

 devel/py-xdist/DESCR    |   1 +
 devel/py-xdist/Makefile |  21 +++++++++++++++++++++
 devel/py-xdist/PLIST    |  12 ++++++++++++
 devel/py-xdist/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 9e7088fb587f -r fa891608ed0b devel/py-xdist/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xdist/DESCR      Wed Aug 24 09:28:57 2022 +0000
@@ -0,0 +1,1 @@
+Python library of pairwise distance computation.
diff -r 9e7088fb587f -r fa891608ed0b devel/py-xdist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xdist/Makefile   Wed Aug 24 09:28:57 2022 +0000
@@ -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"
diff -r 9e7088fb587f -r fa891608ed0b devel/py-xdist/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xdist/PLIST      Wed Aug 24 09:28:57 2022 +0000
@@ -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
diff -r 9e7088fb587f -r fa891608ed0b devel/py-xdist/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xdist/distinfo   Wed Aug 24 09:28:57 2022 +0000
@@ -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