Commit Graph

20 Commits

Author SHA1 Message Date
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
384d97056e bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:32 +00:00
sthen
2bfaa5d723 update to py-cssselect-1.1.0 2021-10-30 17:05:36 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kmos
fd427df8a0 Move testing to MODPY_PYTEST.
Include patch for setup.cfg ( pytest -> tool:pytest )
2019-11-25 21:53:58 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
danj
7219f4e6bd Remove shadchin@ as maintainer per his request 2019-05-13 19:03:51 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
landry
cc22a424d3 bump ports depending on python3 in textproc 2017-01-03 19:27:51 +00:00
shadchin
dbf567399b Update to py-cssselect 1.0.0. Take maintainership.
ok danj@
2016-11-20 09:48:19 +00:00
jasper
71e3fd2dce remove HOMEPAGE from ports that had the (now default) pypi homepage 2016-01-07 21:37:48 +00:00
sthen
ee57a78901 bump REVISION for setuptools dep change. 2015-09-29 10:52:28 +00:00
jca
318c6a3804 Fix tyop 2015-09-06 16:52:26 +00:00
jca
7c60d71183 Fix TEST_DEPENDS.
cssselect depends on lxml (python2 and python3 flavors).
lxml,python3 depends on cssselect,python3
2015-09-06 16:43:43 +00:00
jca
6e273eba45 Provide a cssselect python3 flavor.
Similar diff from Sean Levy.
2015-09-06 16:37:51 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
sthen
474e597413 imports textproc/py-cssselect, ok jasper@
cssselect parses CSS3 Selectors and translate them to XPath 1.0
expressions. Such expressions can be used in lxml or another XPath
engine to find the matching elements in an XML or HTML document.

This module used to live inside of lxml as lxml.cssselect before it was
extracted as a stand-alone project.
2013-11-09 13:57:49 +00:00