aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-humanfriendly
Commit message (Collapse)AuthorAgeFilesLines
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 9.1Sunpoet Po-Chuan Hsieh2020-12-193-5/+6
| | | | | | | | | | - Update WWW Changes: https://github.com/xolox/python-humanfriendly/blob/master/CHANGELOG.rst https://humanfriendly.readthedocs.io/en/latest/changelog.html Notes: svn path=/head/; revision=558672
* Update to 7.1.1Sunpoet Po-Chuan Hsieh2020-02-222-7/+7
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=526836
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* - Update to 4.16.1Wen Heping2018-07-222-4/+4
| | | | | | | | PR: 229966 Submitted by: ndowens.fbsd@yandex.com Notes: svn path=/head/; revision=475129
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update to 4.12Sunpoet Po-Chuan Hsieh2018-04-272-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=468488
* Update to 4.11Sunpoet Po-Chuan Hsieh2018-04-262-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=468365
* Update to 4.10Sunpoet Po-Chuan Hsieh2018-04-022-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=466222
* Update to 4.9Sunpoet Po-Chuan Hsieh2018-03-302-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=466015
* Update to 4.8Sunpoet Po-Chuan Hsieh2018-01-212-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=459612
* Update to 4.7Sunpoet Po-Chuan Hsieh2018-01-142-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=458959
* Update to 4.6Sunpoet Po-Chuan Hsieh2018-01-062-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=458206
* Update to 4.4.2Sunpoet Po-Chuan Hsieh2018-01-062-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=458199
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 4.4.1Sunpoet Po-Chuan Hsieh2017-08-082-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=447565
* Update to 4.4Sunpoet Po-Chuan Hsieh2017-07-162-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=446028
* Update to 4.3Sunpoet Po-Chuan Hsieh2017-07-142-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=445814
* Update to 4.2Sunpoet Po-Chuan Hsieh2017-07-132-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=445686
* Update to 4.1Sunpoet Po-Chuan Hsieh2017-07-132-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=445625
* Update to 4.0Sunpoet Po-Chuan Hsieh2017-07-112-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=445515
* Update to 3.8Sunpoet Po-Chuan Hsieh2017-07-032-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=444967
* Update to 3.7Sunpoet Po-Chuan Hsieh2017-07-022-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=444897
* Update to 3.6.1Sunpoet Po-Chuan Hsieh2017-06-292-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=444667
* Update to 3.6Sunpoet Po-Chuan Hsieh2017-06-282-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=444592
* Update to 3.5Sunpoet Po-Chuan Hsieh2017-06-272-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=444495
* Update to 3.4Sunpoet Po-Chuan Hsieh2017-06-262-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=444389
* Update to 3.3Sunpoet Po-Chuan Hsieh2017-06-252-5/+5
| | | | | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=444268
* - Create a python3 version of textproc/py-humanfriendly.Marcelo Araujo2017-06-021-1/+1
| | | | Notes: svn path=/head/; revision=442375
* Update to 3.2Sunpoet Po-Chuan Hsieh2017-05-192-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=441237
* Update to 3.1Sunpoet Po-Chuan Hsieh2017-05-062-4/+4
| | | | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=440252
* Update to 3.0Sunpoet Po-Chuan Hsieh2017-05-052-5/+6
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/xolox/python-humanfriendly/commits/master Notes: svn path=/head/; revision=440176
* textproc/py-humanfriendly: fix CATEGORIESWilliam Grzybowski2017-04-251-1/+1
| | | | | | | Reported by: Dan Langille Notes: svn path=/head/; revision=439379
* textproc/py-humanfriendly: Human friendly output for text interfaces using ↵William Grzybowski2017-04-253-0/+31
Python The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly. WWW: https://humanfriendly.readthedocs.io Notes: svn path=/head/; revision=439377