pkgsrc-WIP-changes archive

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

imported py-wheel as devel/py-wheel and updated dependancies accordingly



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Mon May 16 10:01:22 2016 +0200
Changeset:	4c2d3afcce63547e93ae74d569b0b808c2af7e23

Modified Files:
	py-agaro/Makefile
	py-ahoy/Makefile
	py-ciabatta/Makefile
	py-nupic/Makefile
	py-whichcraft/Makefile
Removed Files:
	py-wheel/ALTERNATIVES
	py-wheel/DESCR
	py-wheel/Makefile
	py-wheel/PLIST
	py-wheel/distinfo

Log Message:
imported py-wheel as devel/py-wheel and updated dependancies accordingly

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

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

diffstat:
 py-agaro/Makefile      |   2 +-
 py-ahoy/Makefile       |   2 +-
 py-ciabatta/Makefile   |   2 +-
 py-nupic/Makefile      |   2 +-
 py-wheel/ALTERNATIVES  |   1 -
 py-wheel/DESCR         |   1 -
 py-wheel/Makefile      |  23 ----------
 py-wheel/PLIST         | 115 -------------------------------------------------
 py-wheel/distinfo      |   6 ---
 py-whichcraft/Makefile |   2 +-
 10 files changed, 5 insertions(+), 151 deletions(-)

diffs:
diff --git a/py-agaro/Makefile b/py-agaro/Makefile
index 478ab09..b87c119 100644
--- a/py-agaro/Makefile
+++ b/py-agaro/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Framework to run models
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-wheel>=0.26.0:../../wip/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-wheel>=0.26.0:../../devel/py-wheel
 
 WRKSRC=		${WRKDIR}/agaro-0.2.0
 
diff --git a/py-ahoy/Makefile b/py-ahoy/Makefile
index d9091c1..f06ef9b 100644
--- a/py-ahoy/Makefile
+++ b/py-ahoy/Makefile
@@ -12,7 +12,7 @@ LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-ciabatta>=0.4.0:../../wip/py-ciabatta
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-wheel>=0.26.0:../../wip/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-wheel>=0.26.0:../../devel/py-wheel
 
 
 WRKSRC=	${WRKDIR}/ahoy-0.8.2
diff --git a/py-ciabatta/Makefile b/py-ciabatta/Makefile
index 98116b7..a4da340 100644
--- a/py-ciabatta/Makefile
+++ b/py-ciabatta/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Miscellaneous shared utilities
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-brewer2mpl>=1.4.1:../../wip/py-brewer2mpl
-DEPENDS+=	${PYPKGPREFIX}-wheel>=0.26.0:../../wip/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-wheel>=0.26.0:../../devel/py-wheel
 
 WRKSRC=		${WRKDIR}/ciabatta-0.4.0
 
diff --git a/py-nupic/Makefile b/py-nupic/Makefile
index d9b4fa7..6ff9f27 100644
--- a/py-nupic/Makefile
+++ b/py-nupic/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/numenta/nupic
 COMMENT=	Numenta Platform for Intelligent Computing
 LICENSE=	gnu-agpl-v3
 
-DEPENDS+=	${PYPKGPREFIX}-wheel>=0.24.0:../../wip/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-wheel>=0.24.0:../../devel/py-wheel
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-wheel/ALTERNATIVES b/py-wheel/ALTERNATIVES
deleted file mode 100644
index dc05a54..0000000
--- a/py-wheel/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/wheel @PREFIX@/bin/wheel-@PYVERSSUFFIX@
diff --git a/py-wheel/DESCR b/py-wheel/DESCR
deleted file mode 100644
index 2bd7e5a..0000000
--- a/py-wheel/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A built-package format for Python
diff --git a/py-wheel/Makefile b/py-wheel/Makefile
deleted file mode 100644
index f9baf90..0000000
--- a/py-wheel/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	wheel-0.26.0
-PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=w/wheel/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://bitbucket.org/pypa/wheel/
-COMMENT=	Built-package format for Python
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-PLIST_SUBST+=   PYVERSSUFFIX=${PYVERSSUFFIX}
-FILES_SUBST+=   PYVERSSUFFIX=${PYVERSSUFFIX}
-
-post-install:
-	${MV} ${DESTDIR}${PREFIX}/bin/wheel \
-	      ${DESTDIR}${PREFIX}/bin/wheel-${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-wheel/PLIST b/py-wheel/PLIST
deleted file mode 100644
index 8b8ed3a..0000000
--- a/py-wheel/PLIST
+++ /dev/null
@@ -1,115 +0,0 @@
-@comment $NetBSD$
-bin/wheel-${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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/wheel/__init__.py
-${PYSITELIB}/wheel/__init__.pyc
-${PYSITELIB}/wheel/__init__.pyo
-${PYSITELIB}/wheel/__main__.py
-${PYSITELIB}/wheel/__main__.pyc
-${PYSITELIB}/wheel/__main__.pyo
-${PYSITELIB}/wheel/archive.py
-${PYSITELIB}/wheel/archive.pyc
-${PYSITELIB}/wheel/archive.pyo
-${PYSITELIB}/wheel/bdist_wheel.py
-${PYSITELIB}/wheel/bdist_wheel.pyc
-${PYSITELIB}/wheel/bdist_wheel.pyo
-${PYSITELIB}/wheel/decorator.py
-${PYSITELIB}/wheel/decorator.pyc
-${PYSITELIB}/wheel/decorator.pyo
-${PYSITELIB}/wheel/egg2wheel.py
-${PYSITELIB}/wheel/egg2wheel.pyc
-${PYSITELIB}/wheel/egg2wheel.pyo
-${PYSITELIB}/wheel/eggnames.txt
-${PYSITELIB}/wheel/install.py
-${PYSITELIB}/wheel/install.pyc
-${PYSITELIB}/wheel/install.pyo
-${PYSITELIB}/wheel/metadata.py
-${PYSITELIB}/wheel/metadata.pyc
-${PYSITELIB}/wheel/metadata.pyo
-${PYSITELIB}/wheel/paths.py
-${PYSITELIB}/wheel/paths.pyc
-${PYSITELIB}/wheel/paths.pyo
-${PYSITELIB}/wheel/pep425tags.py
-${PYSITELIB}/wheel/pep425tags.pyc
-${PYSITELIB}/wheel/pep425tags.pyo
-${PYSITELIB}/wheel/pkginfo.py
-${PYSITELIB}/wheel/pkginfo.pyc
-${PYSITELIB}/wheel/pkginfo.pyo
-${PYSITELIB}/wheel/signatures/__init__.py
-${PYSITELIB}/wheel/signatures/__init__.pyc
-${PYSITELIB}/wheel/signatures/__init__.pyo
-${PYSITELIB}/wheel/signatures/djbec.py
-${PYSITELIB}/wheel/signatures/djbec.pyc
-${PYSITELIB}/wheel/signatures/djbec.pyo
-${PYSITELIB}/wheel/signatures/ed25519py.py
-${PYSITELIB}/wheel/signatures/ed25519py.pyc
-${PYSITELIB}/wheel/signatures/ed25519py.pyo
-${PYSITELIB}/wheel/signatures/keys.py
-${PYSITELIB}/wheel/signatures/keys.pyc
-${PYSITELIB}/wheel/signatures/keys.pyo
-${PYSITELIB}/wheel/test/__init__.py
-${PYSITELIB}/wheel/test/__init__.pyc
-${PYSITELIB}/wheel/test/__init__.pyo
-${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.py
-${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.pyc
-${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.pyo
-${PYSITELIB}/wheel/test/complex-dist/setup.py
-${PYSITELIB}/wheel/test/complex-dist/setup.pyc
-${PYSITELIB}/wheel/test/complex-dist/setup.pyo
-${PYSITELIB}/wheel/test/headers.dist/header.h
-${PYSITELIB}/wheel/test/headers.dist/headersdist.py
-${PYSITELIB}/wheel/test/headers.dist/headersdist.pyc
-${PYSITELIB}/wheel/test/headers.dist/headersdist.pyo
-${PYSITELIB}/wheel/test/headers.dist/setup.py
-${PYSITELIB}/wheel/test/headers.dist/setup.pyc
-${PYSITELIB}/wheel/test/headers.dist/setup.pyo
-${PYSITELIB}/wheel/test/pydist-schema.json
-${PYSITELIB}/wheel/test/simple.dist/setup.py
-${PYSITELIB}/wheel/test/simple.dist/setup.pyc
-${PYSITELIB}/wheel/test/simple.dist/setup.pyo
-${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.py
-${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.pyc
-${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.pyo
-${PYSITELIB}/wheel/test/test-1.0-py2.py3-none-win32.whl
-${PYSITELIB}/wheel/test/test_basic.py
-${PYSITELIB}/wheel/test/test_basic.pyc
-${PYSITELIB}/wheel/test/test_basic.pyo
-${PYSITELIB}/wheel/test/test_install.py
-${PYSITELIB}/wheel/test/test_install.pyc
-${PYSITELIB}/wheel/test/test_install.pyo
-${PYSITELIB}/wheel/test/test_keys.py
-${PYSITELIB}/wheel/test/test_keys.pyc
-${PYSITELIB}/wheel/test/test_keys.pyo
-${PYSITELIB}/wheel/test/test_paths.py
-${PYSITELIB}/wheel/test/test_paths.pyc
-${PYSITELIB}/wheel/test/test_paths.pyo
-${PYSITELIB}/wheel/test/test_ranking.py
-${PYSITELIB}/wheel/test/test_ranking.pyc
-${PYSITELIB}/wheel/test/test_ranking.pyo
-${PYSITELIB}/wheel/test/test_signatures.py
-${PYSITELIB}/wheel/test/test_signatures.pyc
-${PYSITELIB}/wheel/test/test_signatures.pyo
-${PYSITELIB}/wheel/test/test_tagopt.py
-${PYSITELIB}/wheel/test/test_tagopt.pyc
-${PYSITELIB}/wheel/test/test_tagopt.pyo
-${PYSITELIB}/wheel/test/test_tool.py
-${PYSITELIB}/wheel/test/test_tool.pyc
-${PYSITELIB}/wheel/test/test_tool.pyo
-${PYSITELIB}/wheel/test/test_wheelfile.py
-${PYSITELIB}/wheel/test/test_wheelfile.pyc
-${PYSITELIB}/wheel/test/test_wheelfile.pyo
-${PYSITELIB}/wheel/tool/__init__.py
-${PYSITELIB}/wheel/tool/__init__.pyc
-${PYSITELIB}/wheel/tool/__init__.pyo
-${PYSITELIB}/wheel/util.py
-${PYSITELIB}/wheel/util.pyc
-${PYSITELIB}/wheel/util.pyo
-${PYSITELIB}/wheel/wininst2wheel.py
-${PYSITELIB}/wheel/wininst2wheel.pyc
-${PYSITELIB}/wheel/wininst2wheel.pyo
diff --git a/py-wheel/distinfo b/py-wheel/distinfo
deleted file mode 100644
index e67c5cb..0000000
--- a/py-wheel/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/01/30 22:52:25 jihbed Exp $
-
-SHA1 (wheel-0.26.0.tar.gz) = 751cf98212e3988229b9b434a6ba298760d632fe
-RMD160 (wheel-0.26.0.tar.gz) = 685b279b3c68d56e17e010bf574d788c43022f32
-SHA512 (wheel-0.26.0.tar.gz) = 04edbb993f1a2a6f9d22ca5eccd267da018df716a0d266d2f7bf6f7f5f4080e252163c84e07abf04cdd449a15c440a19981fe0669c4adc4d8a96667e325f7e24
-Size (wheel-0.26.0.tar.gz) = 51207 bytes
diff --git a/py-whichcraft/Makefile b/py-whichcraft/Makefile
index eee00ac..4db5be2 100644
--- a/py-whichcraft/Makefile
+++ b/py-whichcraft/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=	${MASTER_SITE_GITHUB:=pydanny/whichcraft/}
 COMMENT=	Cross-platform cross-python shutil.which functionality
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-wheel>=0.23.0:../../wip/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-wheel>=0.23.0:../../devel/py-wheel
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index