aboutsummaryrefslogtreecommitdiff
path: root/lang/cython
Commit message (Collapse)AuthorAgeFilesLines
* lang/cython: Update to 0.29.24Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
* lang/cython: Update to 0.29.23Po-Chuan Hsieh2021-05-262-8/+6
| | | | | | - Take maintainership Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
* lang/cython: Reset maintainership after 4 consecutive maintainer timeoutsPo-Chuan Hsieh2021-05-261-1/+1
| | | | | | | Reference: https://cgit.freebsd.org/ports/commit/lang/cython?id=534b2fb9ede41de42712d9b9dad924740b32f96f https://cgit.freebsd.org/ports/commit/lang/cython?id=cef148e057524a6d0c2f9ba1f865ea4ea2aa891f https://cgit.freebsd.org/ports/commit/lang/cython?id=4386b63681ba8ac895bd40d2975e7f8bd96253b9 https://cgit.freebsd.org/ports/commit/lang/cython?id=7d8bc64a9975fa609f523e5f3da7340299907cea
* *: Bump a few ports after the Python 3.7 to 3.8 switchoverKai Knoblich2021-04-251-0/+1
| | | | | | | | | | | | | | Bump the PORTREVISION of the following ports as the concurrent symlinks change with a new default version of Python: * devel/py-setuptools * lang/cython * math/py-numpy This is a follow-up to 6cd3db2d03cc544c5893e41dbbacd2000fcbd35a . PR: 253815 Approved by: kai (python, maintainer)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Those ports are allowed to build a 2.7 flavor, for now.Mathieu Arnold2021-02-041-1/+1
| | | | Notes: svn path=/head/; revision=564031
* lang/cython: fix build on GCC architecturesPiotr Kubaj2020-10-291-1/+1
| | | | | | | | Use newer GCC: cc1: error: unrecognized command line option "-Wno-unused-result" Notes: svn path=/head/; revision=553628
* Update to 0.29.21Sunpoet Po-Chuan Hsieh2020-10-222-4/+4
| | | | | | | | | | Changes: https://github.com/cython/cython/blob/master/CHANGES.rst PR: 250116 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days) Notes: svn path=/head/; revision=553048
* lang/cython: Update to version 0.29.15Joseph Mingrone2020-02-282-4/+4
| | | | | | | | | | | Upstream changes: https://github.com/cython/cython/blob/master/CHANGES.rst#02915-2020-02-06 Approved by: python (sunpoet), maintainer timeout (vmagerya@gmail.com) Differential Revision: https://reviews.freebsd.org/D23688 Notes: svn path=/head/; revision=527314
* lang/cython: Update to version 0.29.14Joseph Mingrone2020-02-142-6/+5
| | | | | | | | | | | Upstream changes: https://github.com/cython/cython/blob/master/CHANGES.rst#02914-2019-11-01 Approved by: maintainer timeout (2 weeks), python (sunpoet) Differential Revision: https://reviews.freebsd.org/D23467 Notes: svn path=/head/; revision=526126
* Bump PORTREVISION after r520219Antoine Brodin2019-12-161-0/+1
| | | | Notes: svn path=/head/; revision=520234
* lang/cython: Update to 0.29.12Steve Wills2019-10-182-5/+4
| | | | | | | | PR: 239304 Approved by: maintainer timeout (vmagerya@gmail.com, >2 months) Notes: svn path=/head/; revision=514719
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* - Revert the last commit by mistakeWen Heping2019-03-112-4/+4
| | | | Notes: svn path=/head/; revision=495330
* - Update python27 to 2.7.16Wen Heping2019-03-112-4/+4
| | | | | | | | | PR: 236318 Submitted by: wen@(myself) Exp-run by: antoine@FreeBSD.org Notes: svn path=/head/; revision=495329
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2019-02-022-3/+2
| | | | | | | | | The source is unfetchable from cython.org. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=492015
* - Update to 0.29Wen Heping2018-11-052-4/+4
| | | | | | | | | | PR: 232739 Submitted by: wen@(myself) Approved by: maintainer Exp-run by: antoine@ Notes: svn path=/head/; revision=484187
* - Update to 0.28.2Wen Heping2018-05-152-4/+4
| | | | | | | | | PR: 228235 Submitted by: wenheping2000@hotmail.com(myself) Approved by: maintainer Notes: svn path=/head/; revision=470010
* Remove blank lineSunpoet Po-Chuan Hsieh2017-12-111-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=456021
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* lang/cython: Update to 0.26Tobias Kortkamp2017-08-262-4/+4
| | | | | | | | | Changes: https://github.com/cython/cython/blob/0.26/CHANGES.rst PR: 221824 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Notes: svn path=/head/; revision=448777
* Make cython and cython3 co-exist.Marcelo Araujo2017-03-241-1/+1
| | | | | | | | Reported by: jbeich@ Differential Revision: https://reviews.freebsd.org/D5845 (based on) Notes: svn path=/head/; revision=436848
* Create a python3 version of lang/cython.Marcelo Araujo2017-03-221-1/+1
| | | | Notes: svn path=/head/; revision=436690
* - Update to 0.25.2Sunpoet Po-Chuan Hsieh2016-12-092-9/+4
| | | | | | | | | Changes: https://github.com/cython/cython/blob/master/CHANGES.rst PR: 215173 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Notes: svn path=/head/; revision=428213
* ang/cython: 0.23.5 -> 0.24Kurt Jaeger2016-05-202-3/+4
| | | | | | | | | | | Changes: https://github.com/cython/cython/blob/8b592122f23e0ce458521e5a828431c95a0d84e8/CHANGES.rst PR: 209655 Submitted by: Phil Eaton <philneaton95@gmail.com> Approved by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Notes: svn path=/head/; revision=415554
* - Update to 0.23.5Dmitry Marakasov2016-03-292-3/+8
| | | | | | | | | | - Add "verify" target to verify distfile GPG signature PR: 208358 Submitted by: vmagerya@gmail.com (maintainer) Notes: svn path=/head/; revision=412088
* - Update to 0.23.4Sunpoet Po-Chuan Hsieh2015-10-172-3/+4
| | | | | | | | | | | - While I'm here, add LICENSE_FILE Changes: https://github.com/cython/cython/blob/master/CHANGES.rst PR: 203785 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Notes: svn path=/head/; revision=399596
* Update to upstream version 0.23Thomas Zander2015-08-202-3/+3
| | | | | | | | PR: 202387 Submitted by: vmagerya@gmail.com (maintainer) Notes: svn path=/head/; revision=394876
* - Update to 0.22 [1]Jan Beich2015-02-192-3/+7
| | | | | | | | | | | | | | - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1] Approved by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2] Approved by: dbn (maintainer) [3] Notes: svn path=/head/; revision=379335
* lang/cython: update 0.20.2 -> 0.21Bartek Rutkowski2014-09-242-6/+5
| | | | | | | | | | | - Convert to USES=python PR: 193643 Submitted by: Viltaly Magerya <vmagerya@gmail.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=369166
* lang/cython: update to 0.20.2William Grzybowski2014-08-012-3/+3
| | | | | | | | PR: 192002 Submitted by: maintainer Notes: svn path=/head/; revision=363760
* - Update to 0.20.1 [1]Wen Heping2014-04-052-5/+6
| | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 188231 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1] Notes: svn path=/head/; revision=350194
* Do not depend on both py-setuptools and py-setuptoolsXXAntoine Brodin2014-03-081-2/+0
| | | | Notes: svn path=/head/; revision=347530
* - Stage supportMartin Wilke2014-02-142-470/+1
| | | | Notes: svn path=/head/; revision=344262
* - Bump PORTREVISION after latest commit.Alberto Villa2014-01-051-0/+1
| | | | Notes: svn path=/head/; revision=338830
* - Add py-setuptools to RUN_DEPENDS.Alberto Villa2014-01-051-0/+2
| | | | | | | | Reported by: pkg-fallout Approved by: wen (maintainer) via email Notes: svn path=/head/; revision=338829
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 0.19.1Wen Heping2013-07-193-4/+4
| | | | Notes: svn path=/head/; revision=323271
* - Update to 0.19Wen Heping2013-05-013-8/+10
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=317011
* Upgrade to version 0.17.1.Jimmy Olgeni2012-09-292-3/+3
| | | | | | | | | PR: ports/172158 Submitted by: olgeni Approved by: maintainer (private mail) Notes: svn path=/head/; revision=305054
* - Update to 0.17Wen Heping2012-09-043-3/+18
| | | | Notes: svn path=/head/; revision=303643
* - Update to 0.16Wen Heping2012-04-253-6/+41
| | | | | | | | PR: 167287 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=295507
* - Update to 0.15.1Wen Heping2011-10-262-3/+3
| | | | Notes: svn path=/head/; revision=284326
* - Update to 0.15Wen Heping2011-08-163-6/+22
| | | | Notes: svn path=/head/; revision=279790
* - Update to 0.14.1Wen Heping2011-02-133-3/+5
| | | | Notes: svn path=/head/; revision=269045
* - Update to 0.14Wen Heping2010-12-153-4/+64
| | | | Notes: svn path=/head/; revision=266315
* - Update to 0.13Wen Heping2010-09-083-187/+250
| | | | Notes: svn path=/head/; revision=260734
* - Update to 0.12.1Wen Heping2010-02-023-28/+5
| | | | Notes: svn path=/head/; revision=249089
* - Update to 0.12Wen Heping2009-11-243-6/+22
| | | | Notes: svn path=/head/; revision=244710
* - Update to 0.11.3Wen Heping2009-09-273-6/+5
| | | | | | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=242161