aboutsummaryrefslogtreecommitdiff
path: root/www/py-cssselect
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_PYTHON to new USES in www/Marcus von Appen2015-01-031-3/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376109
* - Remove variable modifier from COPYTREE_SHARE, and use its third argumentNicola Vitale2014-04-061-2/+1
| | | | Notes: svn path=/head/; revision=350356
* - Update to 0.9.1 [1]Nicola Vitale2014-04-015-47/+30
| | | | | | | | | | | | | | | | | | | - Add python to CATEGORIES [1] - Don't use/fetch objects.inv from Python site, because there is no reference to the standard library in the port docs, and so remove also the post-patch target - Specify the clause of BSD license - Allow to build port with Python 3 [1] - Add support for stage dir [1] - Use PYDISTUTILS_AUTOPLIST [1] - Clean a bit the documentation part (install only necessary files) [1] - Fix format of WWW field in pkg-descr [1] PR: ports/186328 Submitted by: olivierd Notes: svn path=/head/; revision=349894
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Add code and patch files/patch-docs__conf.py to avoidNicola Vitale2012-07-173-6/+25
| | | | | | | | | | | download of intersphinx inventory during the install stage (on pointyhat) - Remove OPTIONS_DEFAULT=DOCS - Add switch -N to the sphinx-build command (don't do colored output) Notes: svn path=/head/; revision=300991
* - Update to 0.7.1Nicola Vitale2012-07-073-4/+61
| | | | | | | | | - Add LICENSE (BSD) - Build and install documentation if DOCS option is enabled Notes: svn path=/head/; revision=300596
* *cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_Nicola Vitale2012-05-034-0/+34
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. WWW: http://packages.python.org/cssselect/ Notes: svn path=/head/; revision=295919