pkgsrc-WIP-changes archive

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

py-colored: Import colored-1.3.5 as wip/py-colored



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun Jun 17 22:34:59 2018 +0100
Changeset:	f69b0c984fbdff48d6c82394ca4928bbe7e24beb

Modified Files:
	Makefile
Added Files:
	py-colored/DESCR
	py-colored/Makefile
	py-colored/PLIST
	py-colored/distinfo

Log Message:
py-colored: Import colored-1.3.5 as wip/py-colored

colored is a very simple Python library for color and formatting in terminals.

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

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

diffstat:
 Makefile            |  1 +
 py-colored/DESCR    |  1 +
 py-colored/Makefile | 15 +++++++++++++++
 py-colored/PLIST    | 23 +++++++++++++++++++++++
 py-colored/distinfo |  6 ++++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index aa7903eab1..c2fefd5620 100644
--- a/Makefile
+++ b/Makefile
@@ -3004,6 +3004,7 @@ SUBDIR+=	py-cocos2d
 SUBDIR+=	py-codepy
 SUBDIR+=	py-cogapp
 SUBDIR+=	py-cogent
+SUBDIR+=	py-colored
 SUBDIR+=	py-colorlog
 SUBDIR+=	py-colormath
 SUBDIR+=	py-colorpy
diff --git a/py-colored/DESCR b/py-colored/DESCR
new file mode 100644
index 0000000000..f16de27aa3
--- /dev/null
+++ b/py-colored/DESCR
@@ -0,0 +1 @@
+colored is a very simple Python library for color and formatting in terminals.
diff --git a/py-colored/Makefile b/py-colored/Makefile
new file mode 100644
index 0000000000..b77e9d14fa
--- /dev/null
+++ b/py-colored/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	colored-1.3.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/colored/}
+
+HOMEPAGE=	https://pypi.org/project/colored/
+COMMENT=	Python library for coloring terminal text
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-colored/PLIST b/py-colored/PLIST
new file mode 100644
index 0000000000..5c2187e253
--- /dev/null
+++ b/py-colored/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/colored/__init__.py
+${PYSITELIB}/colored/__init__.pyc
+${PYSITELIB}/colored/__init__.pyo
+${PYSITELIB}/colored/back.py
+${PYSITELIB}/colored/back.pyc
+${PYSITELIB}/colored/back.pyo
+${PYSITELIB}/colored/colored.py
+${PYSITELIB}/colored/colored.pyc
+${PYSITELIB}/colored/colored.pyo
+${PYSITELIB}/colored/colors.py
+${PYSITELIB}/colored/colors.pyc
+${PYSITELIB}/colored/colors.pyo
+${PYSITELIB}/colored/fore.py
+${PYSITELIB}/colored/fore.pyc
+${PYSITELIB}/colored/fore.pyo
+${PYSITELIB}/colored/hex.py
+${PYSITELIB}/colored/hex.pyc
+${PYSITELIB}/colored/hex.pyo
+${PYSITELIB}/colored/style.py
+${PYSITELIB}/colored/style.pyc
+${PYSITELIB}/colored/style.pyo
diff --git a/py-colored/distinfo b/py-colored/distinfo
new file mode 100644
index 0000000000..efaef53bc1
--- /dev/null
+++ b/py-colored/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (colored-1.3.5.tar.gz) = 4142ed21f68ef29fd501fcf1c63ebb3eb088bceb
+RMD160 (colored-1.3.5.tar.gz) = dc1c0a58362c3cb711647a588b5d1ef937dfe4cb
+SHA512 (colored-1.3.5.tar.gz) = 3a813fadc5258f8ad9974b4173dbb9875e49bee7e01d9e37037a95a7fd9e4622857a960d1fa4a7016c74621911ad3612c9ec6b43fb5421b91f2ff2a2d90c2553
+Size (colored-1.3.5.tar.gz) = 36971 bytes


Home | Main Index | Thread Index | Old Index