pkgsrc-WIP-changes archive

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

wip/py-distro: import distro-1.1.0



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Feb 6 17:01:28 2019 +0000
Changeset:	2f753baae25510f00ad30f1e64e3cb76af75d3b1

Added Files:
	py-distro/DESCR
	py-distro/Makefile
	py-distro/PLIST
	py-distro/distinfo

Log Message:
wip/py-distro: import distro-1.1.0

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

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

diffstat:
 py-distro/DESCR    |  1 +
 py-distro/Makefile | 16 ++++++++++++++++
 py-distro/PLIST    | 10 ++++++++++
 py-distro/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/py-distro/DESCR b/py-distro/DESCR
new file mode 100644
index 0000000000..2177334eff
--- /dev/null
+++ b/py-distro/DESCR
@@ -0,0 +1 @@
+Distro - an OS platform information API.
diff --git a/py-distro/Makefile b/py-distro/Makefile
new file mode 100644
index 0000000000..7f87b4cbea
--- /dev/null
+++ b/py-distro/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	distro-1.1.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/distro/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/nir0s/distro
+COMMENT=	OS platform information API
+LICENSE=	apache-2.0
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-distro/PLIST b/py-distro/PLIST
new file mode 100644
index 0000000000..e6a496befb
--- /dev/null
+++ b/py-distro/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+bin/distro
+${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}/top_level.txt
+${PYSITELIB}/distro.py
+${PYSITELIB}/distro.pyc
+${PYSITELIB}/distro.pyo
diff --git a/py-distro/distinfo b/py-distro/distinfo
new file mode 100644
index 0000000000..1e9964b2b7
--- /dev/null
+++ b/py-distro/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (distro-1.1.0.tar.gz) = c5fc74a3c823406ca1936f6fbb60cb5b27fd5a9e
+RMD160 (distro-1.1.0.tar.gz) = b5dc0f6f421a7693a1b53a44874c5167bb21588d
+SHA512 (distro-1.1.0.tar.gz) = c6f6fd4d8a0cfbc740e67f82bb30e4ce1b17b1368dca13b1f4c17a149911fb5532770243f05ef862bdfead92ab0c97d00ad79e9dc07727fca7262c1da13d2925
+Size (distro-1.1.0.tar.gz) = 45669 bytes


Home | Main Index | Thread Index | Old Index