pkgsrc-WIP-changes archive

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

py-ordered-set: moved to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Tue Oct 10 09:35:15 2017 +0200
Changeset:	e8511de55ee63339a2ab34c9ddba46d18c2d76d0

Modified Files:
	Makefile
Removed Files:
	py-ordered-set/DESCR
	py-ordered-set/Makefile
	py-ordered-set/PLIST
	py-ordered-set/distinfo

Log Message:
py-ordered-set: moved to base

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

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

diffstat:
 Makefile                |  1 -
 py-ordered-set/DESCR    |  1 -
 py-ordered-set/Makefile | 16 ----------------
 py-ordered-set/PLIST    |  8 --------
 py-ordered-set/distinfo |  5 -----
 5 files changed, 31 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4fc99db696..110402c3bd 100644
--- a/Makefile
+++ b/Makefile
@@ -3397,7 +3397,6 @@ SUBDIR+=	py-opensimplex
 SUBDIR+=	py-opentmm
 SUBDIR+=	py-openxmllib
 SUBDIR+=	py-operators
-SUBDIR+=	py-ordered-set
 SUBDIR+=	py-ordereddict
 SUBDIR+=	py-orm
 SUBDIR+=	py-oset
diff --git a/py-ordered-set/DESCR b/py-ordered-set/DESCR
deleted file mode 100644
index 41e4b2600a..0000000000
--- a/py-ordered-set/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-MutableSet that remembers its order, so that every entry has an index
diff --git a/py-ordered-set/Makefile b/py-ordered-set/Makefile
deleted file mode 100644
index ba10559158..0000000000
--- a/py-ordered-set/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/12 23:17:32 jihbed Exp $
-
-DISTNAME=	ordered-set-1.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=o/ordered-set/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/LuminosoInsight/ordered-set
-COMMENT=	MutableSet that remembers its order
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-ordered-set/PLIST b/py-ordered-set/PLIST
deleted file mode 100644
index 78f2454b8c..0000000000
--- a/py-ordered-set/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/12 23:17:32 jihbed Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/ordered_set.py
-${PYSITELIB}/ordered_set.pyc
-${PYSITELIB}/ordered_set.pyo
diff --git a/py-ordered-set/distinfo b/py-ordered-set/distinfo
deleted file mode 100644
index f84dc58754..0000000000
--- a/py-ordered-set/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/01/12 23:17:32 jihbed Exp $
-
-SHA1 (ordered-set-1.3.tar.gz) = 51f9e7d40a8d851c40d6c1488e4515e9f59b8717
-RMD160 (ordered-set-1.3.tar.gz) = ab235eca1c69f911abe178ddfc8429cfe9779ee3
-Size (ordered-set-1.3.tar.gz) = 2639 bytes


Home | Main Index | Thread Index | Old Index