pkgsrc-WIP-changes archive

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

py-path.py: removed; imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Fri Mar 23 11:24:12 2018 +0100
Changeset:	a909bb8e7dbe1733628cdf01af9772ed79e53d80

Modified Files:
	Makefile
Removed Files:
	py-path.py/DESCR
	py-path.py/Makefile
	py-path.py/PLIST
	py-path.py/distinfo

Log Message:
py-path.py: removed; imported into base

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

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

diffstat:
 Makefile            |  1 -
 py-path.py/DESCR    |  2 --
 py-path.py/Makefile | 24 ------------------------
 py-path.py/PLIST    | 12 ------------
 py-path.py/distinfo |  6 ------
 5 files changed, 45 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 37ac108790..4bd64b50a1 100644
--- a/Makefile
+++ b/Makefile
@@ -3496,7 +3496,6 @@ SUBDIR+=	py-param
 SUBDIR+=	py-parameters
 SUBDIR+=	py-paramz
 SUBDIR+=	py-parserutils
-SUBDIR+=	py-path.py
 SUBDIR+=	py-pattyrn
 SUBDIR+=	py-pbfalcon
 SUBDIR+=	py-pcapy
diff --git a/py-path.py/DESCR b/py-path.py/DESCR
deleted file mode 100644
index bbd6427ec8..0000000000
--- a/py-path.py/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-path.py implements a path objects as first-class entities, allowing common
-operations on files to be invoked on those path objects directly
diff --git a/py-path.py/Makefile b/py-path.py/Makefile
deleted file mode 100644
index 1650b94957..0000000000
--- a/py-path.py/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2015/01/31 17:12:20 jihbed Exp $
-
-DISTNAME=	path.py-10.5
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/path.py/}
-
-MAINTAINER=	kamel.derouiche%gmail.com@localhost
-HOMEPAGE=	https://github.com/jaraco/path.py
-COMMENT=	Module wrapper for os.path
-LICENSE=	mit
-
-BUILD_DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
-BUILD_DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
-BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=2.8:../../devel/py-test
-BUILD_DEPENDS+=	${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
-
-USE_LANGUAGES=	# none
-
-do-test:
-	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_path.py
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-path.py/PLIST b/py-path.py/PLIST
deleted file mode 100644
index 49a0b60c49..0000000000
--- a/py-path.py/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/14 22:34:25 jihbed Exp $
-${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}/path.py
-${PYSITELIB}/path.pyc
-${PYSITELIB}/path.pyo
-${PYSITELIB}/test_path.py
-${PYSITELIB}/test_path.pyc
-${PYSITELIB}/test_path.pyo
diff --git a/py-path.py/distinfo b/py-path.py/distinfo
deleted file mode 100644
index 806656cea3..0000000000
--- a/py-path.py/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/01/31 17:12:20 jihbed Exp $
-
-SHA1 (path.py-10.5.tar.gz) = 3fea1055eb50cb0dc552a864d40c5899604a84c7
-RMD160 (path.py-10.5.tar.gz) = b22b5b2ba02ed8912ab8b58e195634460e52af5e
-SHA512 (path.py-10.5.tar.gz) = 4f5e436d31432e4058147c308b578c63b46c195cbcb4dbe3c101c92ac391eb8eab453ae3f61004adc804e896d022f319d7759d1081e11a0ae9f36c0d4138840c
-Size (path.py-10.5.tar.gz) = 37394 bytes


Home | Main Index | Thread Index | Old Index