pkgsrc-WIP-changes archive

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

wip/py-selectolax: import py-selectolax-0.2.9



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Nov 3 15:18:22 2020 +0100
Changeset:	60db9fa51fcfe3dae2d21434231df6c619cd2577

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

Log Message:
wip/py-selectolax: import py-selectolax-0.2.9

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

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

diffstat:
 py-selectolax/DESCR    |  1 +
 py-selectolax/Makefile | 21 +++++++++++++++++++++
 py-selectolax/PLIST    | 15 +++++++++++++++
 py-selectolax/distinfo |  6 ++++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/py-selectolax/DESCR b/py-selectolax/DESCR
new file mode 100644
index 0000000000..77d7a282e4
--- /dev/null
+++ b/py-selectolax/DESCR
@@ -0,0 +1 @@
+Python binding to Modest engine (fast HTML5 parser with CSS selectors)
diff --git a/py-selectolax/Makefile b/py-selectolax/Makefile
new file mode 100644
index 0000000000..03c6b77241
--- /dev/null
+++ b/py-selectolax/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	selectolax-0.2.9
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/selectolax/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/rushter/selectolax
+COMMENT=	Fast HTML5 parser with CSS selectors
+LICENSE=	mit
+
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.1.2:../../devel/py-test
+
+USE_TOOLS+=	pkg-config
+
+PKGCONFIG_OVERRIDE+=	modest/modest.pc.in
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-selectolax/PLIST b/py-selectolax/PLIST
new file mode 100644
index 0000000000..fabcdb8c09
--- /dev/null
+++ b/py-selectolax/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/selectolax/__init__.py
+${PYSITELIB}/selectolax/__init__.pyc
+${PYSITELIB}/selectolax/__init__.pyo
+${PYSITELIB}/selectolax/node.pxi
+${PYSITELIB}/selectolax/parser.c
+${PYSITELIB}/selectolax/parser.pxd
+${PYSITELIB}/selectolax/parser.pyx
+${PYSITELIB}/selectolax/parser.so
+${PYSITELIB}/selectolax/selector.pxi
diff --git a/py-selectolax/distinfo b/py-selectolax/distinfo
new file mode 100644
index 0000000000..02b02d1383
--- /dev/null
+++ b/py-selectolax/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (selectolax-0.2.9.tar.gz) = a0b4f02d2df9b43c2118faf5b6ea776f8fa03c56
+RMD160 (selectolax-0.2.9.tar.gz) = e050a3cb042028152d7407e80d5d7aa9b014b33b
+SHA512 (selectolax-0.2.9.tar.gz) = c455c74315fb6b3cf85922dc15d9126671dd7d4e1a19314d42f255d31d45d7726aa431e1fc7b5ae1cc2074f9c5cd5a89d0207b927028392abf670496746b94c4
+Size (selectolax-0.2.9.tar.gz) = 1331476 bytes


Home | Main Index | Thread Index | Old Index