aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/python.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove PYNUMERICsunpoet2018-02-281-1/+0
* Remove support for deprecated USES=python:2 and USES=python:3antoine2018-02-271-14/+4
* devel/boost-python-libs got forgotten in the python flavorization, fixmat2018-02-151-0/+7
* Remove leading newline to FLAVORS.bdrewery2018-02-071-0/+4
* Add a USES=python:patch for when Python is needed during the patchmat2018-01-251-21/+19
* Describe when allflavors should be used.mat2018-01-231-1/+3
* Remove PYTHON*_DEFAULT_VERSION.mat2018-01-211-55/+5
* Enhance USES=uniquefiles to be more generic.mat2017-12-201-5/+9
* Rework PY_FLAVOR to always work.mat2017-12-141-5/+6
* Add a DEV_WARNING about some hypotetical case.mat2017-12-121-0/+3
* Limit matching Python flavors to two digits.mat2017-12-121-1/+1
* Make USE_PYTHON=concurrent flavors friendly.mat2017-12-111-1/+3
* Remove extra .endif.mat2017-12-041-1/+0
* Add a USES=python:env, that will not add a dependency on Python.mat2017-12-041-0/+10
* Add a note about USE_PYTHON=optsuffix being a kludge.mat2017-12-041-0/+1
* Depend on pkgnames and not files, always better.mat2017-12-041-2/+2
* Deprecate USES=python:2 and USES=python:3mat2017-12-041-0/+2
* Correctly fix the Python 3 being the default but in fact not problem.mat2017-12-041-3/+3
* Add a WARNING for people trying to do clever but bad things with Pythonmat2017-12-041-0/+4
* Fix default python flavor wrt python versionamdmi32017-12-041-2/+2
* Convert Python ports to FLAVORS.mat2017-11-301-7/+119
* Remove Python 3.3 from the Ports Framework.rene2017-09-031-1/+1
* Specifying an invalid PYTHON_VERSION against its USES should be IGNORED.bdrewery2017-06-181-1/+1
* Don't pass the default version in DEPENDS_ARGS.bdrewery2017-06-061-1/+2
* Use POSIX conformant expressions with grep(1)antoine2017-04-221-2/+2
* Rename python setuptools ports to better match other python portsantoine2017-03-171-3/+3
* Add more PLIST_SUB to Mk/Uses/python.mksunpoet2017-01-081-7/+22
* - Repocopy lang/python35 --> lang/python36 and update to 3.6.0wen2016-12-251-1/+1
* Change the default version of python3 from 3.4 to 3.5antoine2016-10-151-1/+1
* Always include bsd.default-versions.mk in bsd.port.mk.mat2016-08-031-3/+0
* Reduce a little bit foot shooting for people installing python 3 ports usingantoine2016-06-261-1/+6
* Remove ${PORTSDIR} from python _DEPENDSantoine2016-04-281-3/+3
* Make all the targets in USES use the _USES_* helpers.mat2016-04-221-7/+5
* Try to be more helpful to our users, and keep all the possible versionsmat2016-04-141-0/+2
* Remove the now unneeded ${PORTSDIR} from dependency definition inbapt2016-03-271-5/+5
* For PYTHON_NO_DEPENDS don't pass PYTHON_VERSION to dependencies.bdrewery2016-02-201-0/+2
* Update examples to exclude version 3.2rm2016-02-031-5/+5
* Remove expired lang/python32rm2016-02-031-1/+1
* - Remove _PYTHON_CMDsunpoet2016-01-221-3/+0
* - Sort PYTHON_* knobssunpoet2016-01-031-3/+3
* Mk/Uses/python.mk: Add support for optional 'test' argumentkoobs2016-01-021-7/+22
* lang/python27(3*), Mk/Uses/python.mk: remove make spawnmarino2015-12-291-1/+1
* Remove PYTHON_PORTVERSION guards since it's no longer exportedantoine2015-12-281-2/+0
* Do not cache PYTHON_PORTVERSION, it is not invariant between portsantoine2015-12-261-1/+0
* Fix partial tree checkouts with 'all-depends-list', 'make clean', etc, afterbdrewery2015-11-101-0/+3
* Avoid redundantly looking up python command executions for dependency calcula...bdrewery2015-10-201-0/+9
* Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedbapt2015-10-151-7/+7
* Drop the necessity to add ${PORTSDIR} to dependency linebapt2015-10-151-7/+7
* textproc/py-xml: remove portrm2015-09-161-1/+0
* Since PEP 0488 and python 3.5, pyo files are eliminated and bytecode filesantoine2015-09-141-2/+7
* Uses/python.mk: Fix PYTHON_REL for pre-release Python versionskoobs2015-09-141-1/+5
* [NEW] lang/python35: Welcome Python 3.5.x! (Note: RC3)koobs2015-09-091-1/+1
* Pass the default Python version (or the version required by port)makc2015-06-101-0/+4
* Switch PYTHON_REL from a 3 digits number to a 4 digits number to handleantoine2015-05-271-4/+4
* Add back support for PYTHON_NO_DEPENDS that was lost in the USES=pythonbdrewery2015-05-151-2/+3
* - Remove support for deprecated python bits from the portsmva2015-01-081-84/+0
* - Second attempt to fix the python version usage on single port buildsmva2014-10-281-3/+13
* Revert r371447, this breaks important ports like devel/py-gobjectantoine2014-10-251-13/+3
* - Use the proper python version value within a single port buildmva2014-10-251-3/+13
* - Do not blindly assume PREFIX to be the same as PYTHONBASE, when creating themva2014-10-081-1/+1
* - Mark INSTALLS_EGGINFO as unsupportedmva2014-10-021-1/+1
* Change the way USES is handled:tijl2014-09-291-5/+0
* - Fix awk issue in add-plist-post, if python 3.x is the defaultmva2014-09-271-1/+0
* - Resolve relative paths, such as path/./file.py or path/../file.py formva2014-09-261-27/+6
* Fix man pages in ports using python autoplist after MANEXT removalantoine2014-09-031-1/+1
* Update CMake to 3.0.1.rakuco2014-09-021-10/+0
* Remove support for NO_STAGEbapt2014-09-011-5/+0
* - Deprecate INSTALLS_EGGINFOmva2014-08-171-4/+0
* - Fix USE_PYTHON knob handling. Features are to be separated with spaces, notmva2014-08-161-1/+1
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid amva2014-08-151-25/+56
* - Only print the python version mismatch warning, if a dependency or user setmva2014-08-101-1/+4
* Convert the Python framework bits to USES=python.mva2014-08-091-0/+676