pkgsrc-WIP-changes archive

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

py-yarl: Import py-yarl-0.10.2 as wip/py-yarl



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri May 12 22:17:21 2017 +0200
Changeset:	2ee5a0a42d9bbdaed27167e300ef1672dec1c3d8

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

Log Message:
py-yarl: Import py-yarl-0.10.2 as wip/py-yarl

The module provides handy URL class for url parsing and changing.

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

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

diffstat:
 Makefile         |  1 +
 py-yarl/DESCR    |  1 +
 py-yarl/Makefile | 18 ++++++++++++++++++
 py-yarl/PLIST    | 16 ++++++++++++++++
 py-yarl/distinfo |  6 ++++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fb450382c4..b0f71b6c8a 100644
--- a/Makefile
+++ b/Makefile
@@ -3719,6 +3719,7 @@ SUBDIR+=	py-yapgvb
 SUBDIR+=	py-yapps2
 SUBDIR+=	py-yaprt
 SUBDIR+=	py-yapsy
+SUBDIR+=	py-yarl
 SUBDIR+=	py-yellowhiggs
 SUBDIR+=	py-yt
 SUBDIR+=	py-z2pack
diff --git a/py-yarl/DESCR b/py-yarl/DESCR
new file mode 100644
index 0000000000..57de68c967
--- /dev/null
+++ b/py-yarl/DESCR
@@ -0,0 +1 @@
+The module provides handy URL class for url parsing and changing.
diff --git a/py-yarl/Makefile b/py-yarl/Makefile
new file mode 100644
index 0000000000..f445be7292
--- /dev/null
+++ b/py-yarl/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	yarl-0.10.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=y/yarl/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/aio-libs/yarl/
+COMMENT=	Yet another URL library
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-multidict>=2.0:../../wip/py-multidict
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-yarl/PLIST b/py-yarl/PLIST
new file mode 100644
index 0000000000..155a1b79bd
--- /dev/null
+++ b/py-yarl/PLIST
@@ -0,0 +1,16 @@
+@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}/yarl/__init__.py
+${PYSITELIB}/yarl/__init__.pyc
+${PYSITELIB}/yarl/__init__.pyi
+${PYSITELIB}/yarl/__init__.pyo
+${PYSITELIB}/yarl/_quoting.c
+${PYSITELIB}/yarl/_quoting.pyx
+${PYSITELIB}/yarl/_quoting.so
+${PYSITELIB}/yarl/quoting.py
+${PYSITELIB}/yarl/quoting.pyc
+${PYSITELIB}/yarl/quoting.pyo
diff --git a/py-yarl/distinfo b/py-yarl/distinfo
new file mode 100644
index 0000000000..5a72f290f7
--- /dev/null
+++ b/py-yarl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (yarl-0.10.2.tar.gz) = 340adc52bae935978bb88fce035ba87881b6ee30
+RMD160 (yarl-0.10.2.tar.gz) = 8469868b8bb39f83d0dcdebca8f86f73d2fa3f9d
+SHA512 (yarl-0.10.2.tar.gz) = b385a4165b7d095e4d6e2ec5c808c6536e044fb7750000d917370ca4ca66162ed60b142e33eedb02f608bd8b005f6d1f18304992fe00702ea30dd746a0ad9a88
+Size (yarl-0.10.2.tar.gz) = 127679 bytes


Home | Main Index | Thread Index | Old Index