pkgsrc-WIP-changes archive

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

imported py-ruamel-base as devel/ py-ruamel-base and updated dependancies accordingly



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Mon May 16 15:45:42 2016 +0200
Changeset:	a2fb9c377fa6390cf098198703ce38e8b1f719d8

Modified Files:
	Makefile
	py-ruamel-yaml/Makefile
Removed Files:
	py-ruamel-base/DESCR
	py-ruamel-base/Makefile
	py-ruamel-base/PLIST
	py-ruamel-base/distinfo

Log Message:
imported py-ruamel-base as devel/py-ruamel-base 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=a2fb9c377fa6390cf098198703ce38e8b1f719d8

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

diffstat:
 Makefile                |  1 -
 py-ruamel-base/DESCR    |  1 -
 py-ruamel-base/Makefile | 17 -----------------
 py-ruamel-base/PLIST    | 10 ----------
 py-ruamel-base/distinfo |  6 ------
 py-ruamel-yaml/Makefile |  2 +-
 6 files changed, 1 insertion(+), 36 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ed6cb5e..c9140c9 100644
--- a/Makefile
+++ b/Makefile
@@ -3445,7 +3445,6 @@ SUBDIR+=	py-rpncalc
 SUBDIR+=	py-rpyc
 SUBDIR+=	py-rql
 SUBDIR+=	py-rsistent
-SUBDIR+=	py-ruamel-base
 SUBDIR+=	py-ruamel-yaml
 SUBDIR+=	py-ruffus
 SUBDIR+=	py-sage
diff --git a/py-ruamel-base/DESCR b/py-ruamel-base/DESCR
deleted file mode 100644
index b6466d4..0000000
--- a/py-ruamel-base/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-(future) place for elements common to multiple packages
diff --git a/py-ruamel-base/Makefile b/py-ruamel-base/Makefile
deleted file mode 100644
index b444547..0000000
--- a/py-ruamel-base/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	ruamel.base-1.0.0
-PKGNAME=	${PYPKGPREFIX}-ruamel-base-1.0.0
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=r/ruamel.base/}
-
-MAINTAINER=	gde%llew.me@localhost
-HOMEPAGE=	https://bitbucket.org/ruamel/base
-COMMENT=	Common routines for ruamel packages
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-ruamel-base/PLIST b/py-ruamel-base/PLIST
deleted file mode 100644
index 2c7bf21..0000000
--- a/py-ruamel-base/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/ruamel/base/__init__.py
-${PYSITELIB}/ruamel/base/__init__.pyc
-${PYSITELIB}/ruamel/base/__init__.pyo
diff --git a/py-ruamel-base/distinfo b/py-ruamel-base/distinfo
deleted file mode 100644
index 19e2852..0000000
--- a/py-ruamel-base/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (ruamel.base-1.0.0.tar.gz) = 21046ff50a23f7ad5ff6b38539b9ce808239c3cd
-RMD160 (ruamel.base-1.0.0.tar.gz) = 8085310cea013b4f93820f57b4b9d33434dc637d
-SHA512 (ruamel.base-1.0.0.tar.gz) = a847f0ae8d889bbc593f6d3507b3208c69d3027a73dddc39058e6da7316937234ef0208394e264a07fd3fa970c97713a14db7a62e374433a27625932bb76c44c
-Size (ruamel.base-1.0.0.tar.gz) = 5219 bytes
diff --git a/py-ruamel-yaml/Makefile b/py-ruamel-yaml/Makefile
index b0f64bd..eb0f8f2 100644
--- a/py-ruamel-yaml/Makefile
+++ b/py-ruamel-yaml/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://bitbucket.org/ruamel/yaml
 COMMENT=	YAML parser/emitter
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-ruamel-base>=1.0.0:../../wip/py-ruamel-base
+DEPENDS+=	${PYPKGPREFIX}-ruamel-base>=1.0.0:../../devel/py-ruamel-base
 
 # for python < 3.0
 .include "../../lang/python/pyversion.mk"


Home | Main Index | Thread Index | Old Index