pkgsrc-WIP-changes archive

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

+py-selection



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Nov 23 00:23:06 2015 +0100
Changeset:	5d8f1178c9b6098f7b2538124c42e474bae9ff30

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

Log Message:
+py-selection

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

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

diffstat:
 py-selection/DESCR    |  1 +
 py-selection/Makefile | 20 ++++++++++++++++++++
 py-selection/PLIST    | 19 +++++++++++++++++++
 py-selection/distinfo |  6 ++++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/py-selection/DESCR b/py-selection/DESCR
new file mode 100644
index 0000000..a6b296e
--- /dev/null
+++ b/py-selection/DESCR
@@ -0,0 +1 @@
+API to extract content from HTML & XML documents
diff --git a/py-selection/Makefile b/py-selection/Makefile
new file mode 100644
index 0000000..4e9c54e
--- /dev/null
+++ b/py-selection/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	selection-0.0.11
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	https://pypi.python.org/packages/source/s/selection/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/selection/
+COMMENT=	API to extract content from HTML & XML documents
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-lxml>=3.4.4:../../textproc/py-lxml
+DEPENDS+=	${PYPKGPREFIX}-weblib>=0.1.20:../../wip/py-weblib
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-selection/PLIST b/py-selection/PLIST
new file mode 100644
index 0000000..59d4818
--- /dev/null
+++ b/py-selection/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/selection/__init__.py
+${PYSITELIB}/selection/__init__.pyc
+${PYSITELIB}/selection/__init__.pyo
+${PYSITELIB}/selection/backend.py
+${PYSITELIB}/selection/backend.pyc
+${PYSITELIB}/selection/backend.pyo
+${PYSITELIB}/selection/base.py
+${PYSITELIB}/selection/base.pyc
+${PYSITELIB}/selection/base.pyo
+${PYSITELIB}/selection/error.py
+${PYSITELIB}/selection/error.pyc
+${PYSITELIB}/selection/error.pyo
diff --git a/py-selection/distinfo b/py-selection/distinfo
new file mode 100644
index 0000000..97a46d3
--- /dev/null
+++ b/py-selection/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (selection-0.0.11.tar.gz) = 491a91d907519d02e3e1b6ed866b836ad22031d2
+RMD160 (selection-0.0.11.tar.gz) = 25709a475e8cd49c9b2a52d46cd18791717ae5a3
+SHA512 (selection-0.0.11.tar.gz) = 588bb7f41261b7c511727a84dfb7aefd59165a89eb3dc77b72de989024b01f290226a1e0714d6fc02138b6425680e6eb144cb30222dc2a2fdab6f12f613320a1
+Size (selection-0.0.11.tar.gz) = 3679 bytes


Home | Main Index | Thread Index | Old Index