aboutsummaryrefslogtreecommitdiff
path: root/www/py-utidy
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Convert USE_PYTHON to new USES in www/Marcus von Appen2015-01-031-4/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376109
* Fix dependencies on libtidyTijl Coosemans2014-08-291-1/+1
| | | | | | | Reported by: amdmi3 Notes: svn path=/head/; revision=366491
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Convert www to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347789
* 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
* Use setuptools for all Python ports.William Grzybowski2013-12-152-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* 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
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - strict python version to 2.x onlyRuslan Makhmatkhanov2012-05-132-2/+2
| | | | Notes: svn path=/head/; revision=296553
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245716
* - Fix runtime crash bug on amd64Pav Lucistnik2009-07-083-5/+15
| | | | | | | | PR: ports/136379 Submitted by: Phil Pennock <phil.pennock@globnix.org> Notes: svn path=/head/; revision=237424
* Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224354
* Add forgotten MASTER_SITE_SUBDIR.Stefan Eßer2007-08-311-0/+1
| | | | Notes: svn path=/head/; revision=198595
* Seems one character in a comment was lost during a last minute editStefan Eßer2007-08-301-1/+1
| | | | | | | of the Makefile ... Notes: svn path=/head/; revision=198563
* New port of uTidylib, a python wrapper for tidy-lib.Stefan Eßer2007-08-304-0/+49
Notes: svn path=/head/; revision=198561