pkgsrc-WIP-changes archive

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

Removed py-rsistent (now in devel/py-pyrsistent)



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sat Mar 2 15:36:32 2019 +0100
Changeset:	433df658154ffbd2857f12e4caa54166ba04da35

Modified Files:
	Makefile
	py-mochi/Makefile
Removed Files:
	py-rsistent/DESCR
	py-rsistent/Makefile
	py-rsistent/PLIST
	py-rsistent/distinfo

Log Message:
Removed py-rsistent (now in devel/py-pyrsistent)

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

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

diffstat:
 Makefile             |  1 -
 py-mochi/Makefile    | 11 ++++++-----
 py-rsistent/DESCR    |  2 --
 py-rsistent/Makefile | 14 --------------
 py-rsistent/PLIST    | 43 -------------------------------------------
 py-rsistent/distinfo |  5 -----
 6 files changed, 6 insertions(+), 70 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 3cbee5541c..068787fcad 100644
--- a/Makefile
+++ b/Makefile
@@ -3837,7 +3837,6 @@ SUBDIR+=	py-rpaths
 SUBDIR+=	py-rpncalc
 SUBDIR+=	py-rpyc
 SUBDIR+=	py-rql
-SUBDIR+=	py-rsistent
 SUBDIR+=	py-ruffus
 SUBDIR+=	py-safersympify
 SUBDIR+=	py-safety
diff --git a/py-mochi/Makefile b/py-mochi/Makefile
index 2b0c1bea58..7ff8b18301 100644
--- a/py-mochi/Makefile
+++ b/py-mochi/Makefile
@@ -10,13 +10,14 @@ HOMEPAGE=	https://github.com/i2y/mochi
 COMMENT=	Dynamically typed functional programming language
 LICENSE=	mit
 
+DEPENDS+=	${PYPKGPREFIX}-greenlet>=0.4.1:../../devel/py-greenlet
+#DEPENDS+=	${PYPKGPREFIX}-rply>=0.16.1:../../devel/py-rply
+DEPENDS+=	${PYPKGPREFIX}-eventlet>=0.16.1:../../wip/py-eventlet
+DEPENDS+=	${PYPKGPREFIX}-pyrsistent>=0.7.1:../../devel/py-pyrsistent
+
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED=	34 35 36 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-DEPENDS+=       ${PYPKGPREFIX}-greenlet>=0.4.1:../../devel/py-greenlet
-#DEPENDS+=	   ${PYPKGPREFIX}-rply>=0.16.1:../../devel/py-rply
 .include "../../lang/python/egg.mk"
-DEPENDS+=	${PYPKGPREFIX}-eventlet>=0.16.1:../../wip/py-eventlet
-DEPENDS+=	${PYPKGPREFIX}-rsistent>=0.7.1:../../wip/py-rsistent
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-rsistent/DESCR b/py-rsistent/DESCR
deleted file mode 100644
index 597b5f2b22..0000000000
--- a/py-rsistent/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Pyrsistent is a number of persistent collections (by some referred to as
-functional data structures). Persistent in the sense that they are immutable
diff --git a/py-rsistent/Makefile b/py-rsistent/Makefile
deleted file mode 100644
index 927315b72b..0000000000
--- a/py-rsistent/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/18 21:44:12 jihbed Exp $
-
-DISTNAME=	pyrsistent-0.7.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyrsistent/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/tobgu/pyrsistent/
-COMMENT=	Persistent/Functional/Immutable data structures
-LICENSE=	mit
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-rsistent/PLIST b/py-rsistent/PLIST
deleted file mode 100644
index 833ed31686..0000000000
--- a/py-rsistent/PLIST
+++ /dev/null
@@ -1,43 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/18 21:44:12 jihbed Exp $
-${PYSITELIB}/pvectorc.so
-${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
-${PYSITELIB}/pyrsistent.py
-${PYSITELIB}/pyrsistent.pyc
-${PYSITELIB}/pyrsistent.pyo
-${PYSITELIB}/tests/__init__.py
-${PYSITELIB}/tests/__init__.pyc
-${PYSITELIB}/tests/__init__.pyo
-${PYSITELIB}/tests/bag_test.py
-${PYSITELIB}/tests/bag_test.pyc
-${PYSITELIB}/tests/bag_test.pyo
-${PYSITELIB}/tests/deque_test.py
-${PYSITELIB}/tests/deque_test.pyc
-${PYSITELIB}/tests/deque_test.pyo
-${PYSITELIB}/tests/freeze_test.py
-${PYSITELIB}/tests/freeze_test.pyc
-${PYSITELIB}/tests/freeze_test.pyo
-${PYSITELIB}/tests/immutable_object_test.py
-${PYSITELIB}/tests/immutable_object_test.pyc
-${PYSITELIB}/tests/immutable_object_test.pyo
-${PYSITELIB}/tests/list_test.py
-${PYSITELIB}/tests/list_test.pyc
-${PYSITELIB}/tests/list_test.pyo
-${PYSITELIB}/tests/map_test.py
-${PYSITELIB}/tests/map_test.pyc
-${PYSITELIB}/tests/map_test.pyo
-${PYSITELIB}/tests/memory_profiling.py
-${PYSITELIB}/tests/memory_profiling.pyc
-${PYSITELIB}/tests/memory_profiling.pyo
-${PYSITELIB}/tests/performance_run.py
-${PYSITELIB}/tests/performance_run.pyc
-${PYSITELIB}/tests/performance_run.pyo
-${PYSITELIB}/tests/set_test.py
-${PYSITELIB}/tests/set_test.pyc
-${PYSITELIB}/tests/set_test.pyo
-${PYSITELIB}/tests/vector_test.py
-${PYSITELIB}/tests/vector_test.pyc
-${PYSITELIB}/tests/vector_test.pyo
diff --git a/py-rsistent/distinfo b/py-rsistent/distinfo
deleted file mode 100644
index 6e7b066b07..0000000000
--- a/py-rsistent/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/01/18 21:44:12 jihbed Exp $
-
-SHA1 (pyrsistent-0.7.1.tar.gz) = 3081c9ee0128fdf9c77eb88d5eee20d31688400b
-RMD160 (pyrsistent-0.7.1.tar.gz) = f90061267e1a61dd4a11a617ab924cad90c13b93
-Size (pyrsistent-0.7.1.tar.gz) = 47166 bytes


Home | Main Index | Thread Index | Old Index