pkgsrc-WIP-changes archive

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

py-climate: Rename to py-cli to resolve conflict with py-Climate



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jul 22 09:22:58 2016 +0200
Changeset:	d23dd2ffc4522e1311047d08d97aec6d1e5fcf15

Added Files:
	py-cli/DESCR
	py-cli/Makefile
	py-cli/PLIST
	py-cli/distinfo
Removed Files:
	py-climate/DESCR
	py-climate/Makefile
	py-climate/PLIST
	py-climate/distinfo

Log Message:
py-climate: Rename to py-cli to resolve conflict with py-Climate

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

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

diffstat:
 py-cli/DESCR        |  5 +++++
 py-cli/Makefile     | 20 ++++++++++++++++++++
 py-cli/PLIST        | 15 +++++++++++++++
 py-cli/distinfo     |  6 ++++++
 py-climate/DESCR    |  5 -----
 py-climate/Makefile | 20 --------------------
 py-climate/PLIST    | 15 ---------------
 py-climate/distinfo |  6 ------
 8 files changed, 46 insertions(+), 46 deletions(-)

diffs:
diff --git a/py-cli/DESCR b/py-cli/DESCR
new file mode 100644
index 0000000..121d6b9
--- /dev/null
+++ b/py-cli/DESCR
@@ -0,0 +1,5 @@
+This package contains some basic command line utilities for Python:
+ o one wrapper over plac for quick command-line argument processing
+ o another for logging that lets us avoid copying that same horrid
+ logging.basicConfig(...) business in all of our scripts, and gives
+ a sensible default logging style
diff --git a/py-cli/Makefile b/py-cli/Makefile
new file mode 100644
index 0000000..3ae6077
--- /dev/null
+++ b/py-cli/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	climate-0.4.6
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/climate/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://github.com/lmjohns3/py-cli/
+COMMENT=	Command-line utilities
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-plac>=0.9.6:../../wip/py-plac
+
+WRKSRC=		${WRKDIR}/climate-0.4.6
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cli/PLIST b/py-cli/PLIST
new file mode 100644
index 0000000..a8a8eba
--- /dev/null
+++ b/py-cli/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${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}/climate/__init__.py
+${PYSITELIB}/climate/__init__.pyc
+${PYSITELIB}/climate/__init__.pyo
+${PYSITELIB}/climate/flags.py
+${PYSITELIB}/climate/flags.pyc
+${PYSITELIB}/climate/flags.pyo
+${PYSITELIB}/climate/log.py
+${PYSITELIB}/climate/log.pyc
+${PYSITELIB}/climate/log.pyo
diff --git a/py-cli/distinfo b/py-cli/distinfo
new file mode 100644
index 0000000..8ec1ba4
--- /dev/null
+++ b/py-cli/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (climate-0.4.6.tar.gz) = 35c489c2d21f6b162578b32976eecb4d0d921596
+RMD160 (climate-0.4.6.tar.gz) = 8b39e574c9dab916992c762358dcb45cbda1d85c
+SHA512 (climate-0.4.6.tar.gz) = 0edec9f6e671a9ae567c14e04e90675b888318411bda5943d36901ec5e125e27775f4640c641e41c31104097b289a7ec10665960f228434577fcba615c994fde
+Size (climate-0.4.6.tar.gz) = 5728 bytes
diff --git a/py-climate/DESCR b/py-climate/DESCR
deleted file mode 100644
index 121d6b9..0000000
--- a/py-climate/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This package contains some basic command line utilities for Python:
- o one wrapper over plac for quick command-line argument processing
- o another for logging that lets us avoid copying that same horrid
- logging.basicConfig(...) business in all of our scripts, and gives
- a sensible default logging style
diff --git a/py-climate/Makefile b/py-climate/Makefile
deleted file mode 100644
index 3ae6077..0000000
--- a/py-climate/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	climate-0.4.6
-PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=c/climate/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://github.com/lmjohns3/py-cli/
-COMMENT=	Command-line utilities
-LICENSE=	mit
-
-DEPENDS+=	${PYPKGPREFIX}-plac>=0.9.6:../../wip/py-plac
-
-WRKSRC=		${WRKDIR}/climate-0.4.6
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-climate/PLIST b/py-climate/PLIST
deleted file mode 100644
index a8a8eba..0000000
--- a/py-climate/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD$
-${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}/climate/__init__.py
-${PYSITELIB}/climate/__init__.pyc
-${PYSITELIB}/climate/__init__.pyo
-${PYSITELIB}/climate/flags.py
-${PYSITELIB}/climate/flags.pyc
-${PYSITELIB}/climate/flags.pyo
-${PYSITELIB}/climate/log.py
-${PYSITELIB}/climate/log.pyc
-${PYSITELIB}/climate/log.pyo
diff --git a/py-climate/distinfo b/py-climate/distinfo
deleted file mode 100644
index 8ec1ba4..0000000
--- a/py-climate/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (climate-0.4.6.tar.gz) = 35c489c2d21f6b162578b32976eecb4d0d921596
-RMD160 (climate-0.4.6.tar.gz) = 8b39e574c9dab916992c762358dcb45cbda1d85c
-SHA512 (climate-0.4.6.tar.gz) = 0edec9f6e671a9ae567c14e04e90675b888318411bda5943d36901ec5e125e27775f4640c641e41c31104097b289a7ec10665960f228434577fcba615c994fde
-Size (climate-0.4.6.tar.gz) = 5728 bytes


Home | Main Index | Thread Index | Old Index