pkgsrc-WIP-changes archive

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

Add py-pydenticon



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Tue Aug 29 09:49:23 2017 -0400
Changeset:	17368034fe5417b34e18c6eb8f06c1b67ae40684

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

Log Message:
Add py-pydenticon

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

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

diffstat:
 Makefile               |  1 +
 py-pydenticon/DESCR    |  1 +
 py-pydenticon/Makefile | 19 +++++++++++++++++++
 py-pydenticon/PLIST    |  9 +++++++++
 py-pydenticon/distinfo |  6 ++++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 54f29a396a..c2c8c583e2 100644
--- a/Makefile
+++ b/Makefile
@@ -3489,6 +3489,7 @@ SUBDIR+=	py-pyamf
 SUBDIR+=	py-pyamg
 SUBDIR+=	py-pycifrw
 SUBDIR+=	py-pydelay
+SUBDIR+=	py-pydenticon
 SUBDIR+=	py-pydy
 SUBDIR+=	py-pydy-viz
 SUBDIR+=	py-pyec
diff --git a/py-pydenticon/DESCR b/py-pydenticon/DESCR
new file mode 100644
index 0000000000..f049544377
--- /dev/null
+++ b/py-pydenticon/DESCR
@@ -0,0 +1 @@
+Library for generating identicons
diff --git a/py-pydenticon/Makefile b/py-pydenticon/Makefile
new file mode 100644
index 0000000000..fd0c79e1bc
--- /dev/null
+++ b/py-pydenticon/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	pydenticon-0.3
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=     devel python
+MASTER_SITES=   ${MASTER_SITE_PYPI:=p/pydenticon/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/azaghal/pydenticon
+COMMENT=	Library for generating identicons
+LICENSE=	modified-bsd
+
+
+DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+WRKSRC=		${WRKDIR}/pydenticon-0.3
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pydenticon/PLIST b/py-pydenticon/PLIST
new file mode 100644
index 0000000000..7bf0a45a87
--- /dev/null
+++ b/py-pydenticon/PLIST
@@ -0,0 +1,9 @@
+@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}/pydenticon/__init__.py
+${PYSITELIB}/pydenticon/__init__.pyc
+${PYSITELIB}/pydenticon/__init__.pyo
diff --git a/py-pydenticon/distinfo b/py-pydenticon/distinfo
new file mode 100644
index 0000000000..605cd2ac83
--- /dev/null
+++ b/py-pydenticon/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pydenticon-0.3.tar.gz) = 14e6c3bc59c135f39b161275ddfb4c834017ad6f
+RMD160 (pydenticon-0.3.tar.gz) = 4df2150eb636c9511581359024ace5e80406745f
+SHA512 (pydenticon-0.3.tar.gz) = 8fe7615da18155916bb041c3f2bf1932213b44bb4b5716d5f79456d3a146f7593d6cfa187f05e546979e67cba2d407605b80d95b8cd2740704d992c3bc72521d
+Size (pydenticon-0.3.tar.gz) = 26045 bytes


Home | Main Index | Thread Index | Old Index