aboutsummaryrefslogtreecommitdiff
path: root/math/py-bitvector
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* - Add NO_ARCHDmitry Marakasov2019-06-251-4/+5
| | | | | | | | | | - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket Notes: svn path=/head/; revision=505097
* - Update to 3.4.9Li-Wen Hsu2019-04-102-4/+5
| | | | Notes: svn path=/head/; revision=498565
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* - Update to 3.4.8Li-Wen Hsu2018-03-252-6/+6
| | | | Notes: svn path=/head/; revision=465510
* - Update to 3.4.7Li-Wen Hsu2017-03-282-4/+4
| | | | Notes: svn path=/head/; revision=437102
* - Update to 3.4.5Li-Wen Hsu2017-01-052-3/+4
| | | | Notes: svn path=/head/; revision=430618
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Update to 3.4.4Li-Wen Hsu2016-05-103-11/+6
| | | | Notes: svn path=/head/; revision=414926
* Switch to a working MASTER_SITE.Raphael Kubo da Costa2016-01-031-1/+1
| | | | | | | | | Version 3.1 does not seem to be released in PyPI. MFH: 2016Q1 Notes: svn path=/head/; revision=405198
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* - Unbreak ports, which installed setup.py files due to the messed up argumentMarcus von Appen2014-06-281-6/+2
| | | | | | | | | | | lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@ Notes: svn path=/head/; revision=359664
* - StageVanilla I. Shu2014-05-082-6/+8
| | | | | | | | | | | - Pet portlint PR: ports/188989 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Notes: svn path=/head/; revision=353327
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Update to 3.1Li-Wen Hsu2012-04-223-5/+23
| | | | | | | | | | | | | - Update MASTER_SITES - Add LICENSE - Add regression-test target - Respect NOPORTDOCS PR: ports/167183 Submitted by: sbz Notes: svn path=/head/; revision=295257
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.4Li-Wen Hsu2008-04-202-5/+4
| | | | Notes: svn path=/head/; revision=211651
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* - Distfile was rerolled to fix a minor bug reported by Kurt SchwehrRong-En Fan2007-01-112-3/+4
| | | | | | | | | | The author explained in detail to me via mail. Noticed by: pointyhat via kris Approved by: Li-Wen Hsu <lwhsu at lwhsu.org> (maintainer, implicit) Notes: svn path=/head/; revision=182058
* Add py-bitvector 1.3, a pure-Python memory-efficient packedRong-En Fan2006-12-273-0/+34
representation for bit arrays. PR: ports/107251 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Notes: svn path=/head/; revision=180881