pkgsrc-WIP-changes archive

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

Removed py-ordereddict (already present in Pyton 2.7+)



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%viamedium.pl@localhost>
Pushed By:	adam
Date:		Sun Dec 23 13:30:45 2018 +0100
Changeset:	c2f61e92389997dc99c6e8b4ca72361ee84b51ac

Modified Files:
	Makefile
	py-fiona/Makefile
Removed Files:
	py-ordereddict/DESCR
	py-ordereddict/Makefile
	py-ordereddict/PLIST
	py-ordereddict/distinfo

Log Message:
Removed py-ordereddict (already present in Pyton 2.7+)

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

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

diffstat:
 Makefile                |  1 -
 py-fiona/Makefile       |  5 +----
 py-ordereddict/DESCR    |  1 -
 py-ordereddict/Makefile | 18 ------------------
 py-ordereddict/PLIST    |  5 -----
 py-ordereddict/distinfo |  5 -----
 6 files changed, 1 insertion(+), 34 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e854ae55b5..4258dea034 100644
--- a/Makefile
+++ b/Makefile
@@ -3614,7 +3614,6 @@ SUBDIR+=	py-opensimplex
 SUBDIR+=	py-opentmm
 SUBDIR+=	py-openxmllib
 SUBDIR+=	py-operators
-SUBDIR+=	py-ordereddict
 SUBDIR+=	py-orm
 SUBDIR+=	py-oset
 SUBDIR+=	py-otb
diff --git a/py-fiona/Makefile b/py-fiona/Makefile
index 7b3ef7e27d..34564f4111 100644
--- a/py-fiona/Makefile
+++ b/py-fiona/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2015/08/09 22:10:05 jihbed Exp $
 
 DISTNAME=	Fiona-1.6.0
- PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 PKGREVISION=	1
 CATEGORIES=	geography python
 MASTER_SITES=	${MASTER_SITE_PYPI:=F/Fiona/}
@@ -13,9 +13,6 @@ LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-cligj>=0.2.0:../../wip/py-cligj
-DEPENDS+=	${PYPKGPREFIX}-ordereddict>=1.1:../../wip/py-ordereddict
-
-WRKSRC=		${WRKDIR}/Fiona-1.6.0
 
 USE_LANGUAGES=	c c++
 
diff --git a/py-ordereddict/DESCR b/py-ordereddict/DESCR
deleted file mode 100644
index e33237b0c6..0000000000
--- a/py-ordereddict/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A drop-in substitute for Py2.7's new collections.OrderedDict.
diff --git a/py-ordereddict/Makefile b/py-ordereddict/Makefile
deleted file mode 100644
index 26b0127e42..0000000000
--- a/py-ordereddict/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/08/09 23:53:18 jihbed Exp $
-
-DISTNAME=	ordereddict-1.1
- PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=o/ordereddict/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://pypi.python.org/pypi/ordereddict/
-COMMENT=	Drop-in substitute for Py2.7's new collections
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-ordereddict/PLIST b/py-ordereddict/PLIST
deleted file mode 100644
index 82fc81e24a..0000000000
--- a/py-ordereddict/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/01 23:04:57 jihbed Exp $
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/ordereddict.py
-${PYSITELIB}/ordereddict.pyc
-${PYSITELIB}/ordereddict.pyo
diff --git a/py-ordereddict/distinfo b/py-ordereddict/distinfo
deleted file mode 100644
index 56b75e6307..0000000000
--- a/py-ordereddict/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/08/01 23:04:57 jihbed Exp $
-
-SHA1 (ordereddict-1.1.tar.gz) = ab90b67dceab55a11b609d253846fa486eb980c4
-RMD160 (ordereddict-1.1.tar.gz) = a181547c43bb0ce4e106188ae5ad13648c1938cc
-Size (ordereddict-1.1.tar.gz) = 2114 bytes


Home | Main Index | Thread Index | Old Index