pkgsrc-WIP-changes archive

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

Add py-milksnake



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:37:44 2018 -0400
Changeset:	af491203c635a0ee283222dd7f0934b6a1358352

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

Log Message:
Add py-milksnake

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

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

diffstat:
 Makefile              |  3 ++-
 py-milksnake/DESCR    |  1 +
 py-milksnake/Makefile | 18 ++++++++++++++++++
 py-milksnake/PLIST    | 20 ++++++++++++++++++++
 py-milksnake/distinfo |  6 ++++++
 5 files changed, 47 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 86dd6bf372..c13133562d 100644
--- a/Makefile
+++ b/Makefile
@@ -3399,13 +3399,14 @@ SUBDIR+=	py-mendeleev
 SUBDIR+=	py-meshio
 SUBDIR+=	py-metrics
 SUBDIR+=	py-metropack
+SUBDIR+=	py-milksnake
 SUBDIR+=	py-minepy
 SUBDIR+=	py-minidb
 SUBDIR+=	py-mipp
 SUBDIR+=	py-mmh3
 SUBDIR+=	py-mmLib
 SUBDIR+=	py-mne
-SUBDIR+=	py-mochi1
+SUBDIR+=	py-mochi
 SUBDIR+=	py-mocker
 SUBDIR+=	py-modargs
 SUBDIR+=	py-model-builder
diff --git a/py-milksnake/DESCR b/py-milksnake/DESCR
new file mode 100644
index 0000000000..ed8f1b633e
--- /dev/null
+++ b/py-milksnake/DESCR
@@ -0,0 +1 @@
+Library that extends setuptools for binary extensions
diff --git a/py-milksnake/Makefile b/py-milksnake/Makefile
new file mode 100644
index 0000000000..815574cb6f
--- /dev/null
+++ b/py-milksnake/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	milksnake-0.1.5
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/milksnake/}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/getsentry/milksnake/
+COMMENT=	Library that extends setuptools for binary extensions
+LICENSE=	apache-2.0
+
+
+DEPENDS+=       ${PYPKGPREFIX}-cffi>=1.6.0:../../devel/py-cffi
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-milksnake/PLIST b/py-milksnake/PLIST
new file mode 100644
index 0000000000..50704151c0
--- /dev/null
+++ b/py-milksnake/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/milksnake/__init__.py
+${PYSITELIB}/milksnake/__init__.pyc
+${PYSITELIB}/milksnake/__init__.pyo
+${PYSITELIB}/milksnake/_compat.py
+${PYSITELIB}/milksnake/_compat.pyc
+${PYSITELIB}/milksnake/_compat.pyo
+${PYSITELIB}/milksnake/ffi.py
+${PYSITELIB}/milksnake/ffi.pyc
+${PYSITELIB}/milksnake/ffi.pyo
+${PYSITELIB}/milksnake/setuptools_ext.py
+${PYSITELIB}/milksnake/setuptools_ext.pyc
+${PYSITELIB}/milksnake/setuptools_ext.pyo
diff --git a/py-milksnake/distinfo b/py-milksnake/distinfo
new file mode 100644
index 0000000000..833ae17603
--- /dev/null
+++ b/py-milksnake/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (milksnake-0.1.5.zip) = bbf76d193d6309d2930c09525a2c5ab830b36598
+RMD160 (milksnake-0.1.5.zip) = 102b8f4648bb717d7a19bf782b244ec0a078e725
+SHA512 (milksnake-0.1.5.zip) = b8aea094a9c41d837d16e0d0430cf63b26ba890eb542b612e8f3f28ca579fbe42edb14def985a0018d6d3063e935cebe3b286f3adf4978334d824d0ad34ad063
+Size (milksnake-0.1.5.zip) = 11888 bytes


Home | Main Index | Thread Index | Old Index