summaryrefslogtreecommitdiff
path: root/www/py-twill
AgeCommit message (Collapse)AuthorFilesLines
2017-02-05Fix DEPENDS pattern.leot1-2/+2
If we depends on a foo package, mark its dependency via: DEPENDS+= foo-*:../../misc/foo ...and then a new foo-bar package will appear it can be problematic. Use foo-[0-9]* pattern to avoid that. Kindly pointed out by <wiz>
2017-02-05twill.utils needs cssselect, add it to DEPENDSleot1-1/+4
Bump PKGREVISION Discussed with <rodent>
2017-01-03Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.jperkin1-3/+3
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz1-3/+1
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-05-04Mark as not for python-3.3.wiz1-1/+2
2014-05-03Add ALTERNATIVES for moved bin/${BINARY} to bin/${BINARY}${PYVERSSUFFIX}.rodent1-0/+2
2014-05-03Import py27-twill-1.8.0 as www/py-twill.rodent4-0/+187
A scripting system for automating Web browsing. Useful for testing Web pages or grabbing data from password-protected sites automatically.