pkgsrc-WIP-changes archive

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

py-hidapi: Switch to pypi version. Thanks ryoshu!



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Thu Sep 15 20:23:01 2016 +0200
Changeset:	2b14ce4f0b59a99f8906fe31b1d0d9a3f1eb3ffc

Modified Files:
	py-hidapi/Makefile
	py-hidapi/PLIST
	py-hidapi/distinfo

Log Message:
py-hidapi: Switch to pypi version. Thanks ryoshu!

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

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

diffstat:
 py-hidapi/Makefile | 13 ++++---------
 py-hidapi/PLIST    | 10 +++++-----
 py-hidapi/distinfo |  4 ++++
 3 files changed, 13 insertions(+), 14 deletions(-)

diffs:
diff --git a/py-hidapi/Makefile b/py-hidapi/Makefile
index 420a5f4..edba95f 100644
--- a/py-hidapi/Makefile
+++ b/py-hidapi/Makefile
@@ -1,21 +1,16 @@
 # $NetBSD$
 
-PKGNAME=	${PYPKGPREFIX}-hidapi-0
-CATEGORIES=	wip
-
-GIT_REPOSITORIES=	cython-hidapi
-GIT_REPO.cython-hidapi=	https://github.com/trezor/cython-hidapi.git
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=	hidapi-0.7.99.post18
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/hidapi/}
+CATEGORIES=	devel
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/trezor/cython-hidapi/
 COMMENT=	Python wrapper for the hidapi
 LICENSE=	gnu-gpl-v3 OR modified-bsd
 
-WRKSRC=		${WRKDIR}/cython-hidapi
-
 .include "../../devel/libusb1/buildlink3.mk"
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-hidapi/PLIST b/py-hidapi/PLIST
index 05678a3..aa685c0 100644
--- a/py-hidapi/PLIST
+++ b/py-hidapi/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
 ${PYSITELIB}/hid.so
-${PYSITELIB}/hidapi-${PKGVERSION}.7.99.post17${EGG_FILE}/PKG-INFO
-${PYSITELIB}/hidapi-${PKGVERSION}.7.99.post17${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/hidapi-${PKGVERSION}.7.99.post17${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/hidapi-${PKGVERSION}.7.99.post17${EGG_FILE}/requires.txt
-${PYSITELIB}/hidapi-${PKGVERSION}.7.99.post17${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
diff --git a/py-hidapi/distinfo b/py-hidapi/distinfo
index e8bb1d8..5f1d129 100644
--- a/py-hidapi/distinfo
+++ b/py-hidapi/distinfo
@@ -1,3 +1,7 @@
 $NetBSD$
 
+SHA1 (hidapi-0.7.99.post18.tar.gz) = 6e936588d2c8471241162a1c0bb157192923a4f2
+RMD160 (hidapi-0.7.99.post18.tar.gz) = 6fdb805f673649f760410b4ceb2f8a3a23eff70e
+SHA512 (hidapi-0.7.99.post18.tar.gz) = 6b9f62d233be4e119dd77f9e67510fe8059cd81e94ce65a59fef6252a5ff52b0da38550be137ad763f81d1f4dbebf1850489dc16a8b5630e99bb7adf9b87746b
+Size (hidapi-0.7.99.post18.tar.gz) = 36474 bytes
 SHA1 (patch-setup.py) = 001f7c9d96fd4bd41693c49604ad031e858fdb81


Home | Main Index | Thread Index | Old Index