aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-3/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Switch PYTHON_REL from a 3 digits number to a 4 digits number to handleAntoine Brodin2015-05-261-5/+5
| | | | | | | | | | python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva Notes: svn path=/head/; revision=387491
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Remove optional dependency on BROKEN and unstaged databases/kinterbasdbAntoine Brodin2014-09-071-2/+1
| | | | Notes: svn path=/head/; revision=367489
* Fix a stage violationAntoine Brodin2014-08-101-1/+1
| | | | Notes: svn path=/head/; revision=364559
* - modernize dependency on databases/py-sybaseRuslan Makhmatkhanov2014-03-031-1/+1
| | | | Notes: svn path=/head/; revision=346878
* databases/py-sqlalchemy-devel: support staging and do general clean-upRuslan Makhmatkhanov2014-03-032-717/+24
| | | | | | | | | | | | | | - do not use easy_install for installation and convert to auto-generated packing list - remove options descriptions, that already presented in bsd.options.desc.mk - utilize options helpers - install docs and examples into staging area uncoditionally - remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's implemented in bsd.python.mk - bump PORTREVISION because of package change Approved by: nivit (maintainer, explicitly for such changes in his ports) Notes: svn path=/head/; revision=346877
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* - Fix package name collisionNicola Vitale2013-11-231-2/+1
| | | | Notes: svn path=/head/; revision=334676
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 0.8.2Nicola Vitale2013-07-144-33/+58
| | | | | | | | | | | | | | | | | | | - Remove leading indefinite article from COMMENT - Run 2to3 command on lib, doc and examples dirs, when Python ver. >= 3.0 - Remove files/patch-setup.py (pass --always-unzip to PYDISTUTILS_INSTALLARGS instead) - Switch off MYSQL and PGSQL options (wanted by koobs@, via private email) - Add devel/py-mock to TEST_DEPENDS, when Python ver. < 3.3 - Fix path to py3k-fix-pkg-plist.inc Build log: http://goo.gl/kF8pT Release notes: http://goo.gl/CKfHc Notes: svn path=/head/; revision=323011
* - Repocopy databases/py-sqlalchemy to databases/py-sqlalchemy-develNicola Vitale2013-05-235-0/+785
- Update the repocopied port to 0.8.1 [1] - Re-order OPTIONS conditionals [1] - Make BUILD_DEPENDS use TEST_DEPENDS when TESTS option is true [1] PR: ports/178498 [1] Submitted by: koobs Notes: svn path=/head/; revision=318899