aboutsummaryrefslogtreecommitdiff
path: root/databases/py-Pyrseas
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
* databases/py-Pyrseas: update to 0.9.0Steve Wills2019-09-022-5/+4
| | | | | | | | PR: 240217 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> (maintainer) Notes: svn path=/head/; revision=510789
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix runtime.Mathieu Arnold2018-07-021-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=473744
* - Switch to new test frameworkDmitry Marakasov2018-06-301-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=473604
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | 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
* databases/py-Pyrseas: Update to 0.8.0Jochen Neumeister2018-06-032-4/+4
| | | | | | | | PR: 228724 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> (maintainer) Notes: svn path=/head/; revision=471510
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 0.7.3.Mathieu Arnold2017-02-182-5/+6
| | | | | | | | | | | PR: 217194 Submitted by: mat Approved by: maintainer Changes: https://github.com/perseas/Pyrseas/blob/v0.7.3/Changelog.rst Sponsored by: Absolight Notes: svn path=/head/; revision=434382
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* - 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
* databases/py-Pyrseas: UnbreakKubilay Kocak2014-07-263-9/+12
| | | | | | | | | | | | | | | | - Remove BROKEN (switch GH_ACCOUNT) While I'm here: - Add LICENSE_FILE - Add TEST_DEPENDS and regression-test target - pkg-descr: Strip trailing slash from WWW: URL PR: 191890 Submitted by: <arcade at b1t dot name> (maintainer) Notes: svn path=/head/; revision=362964
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Mark a few unfetchable ports BROKENAntoine Brodin2014-04-271-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=352425
* Unbreak on FreeBSD 8.3, it is still supportedAntoine Brodin2014-03-091-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=347689
* - fix typo in USE_GITHUB value, introduces in my previous commit. It doesn'tRuslan Makhmatkhanov2014-02-091-1/+1
| | | | | | | affect the fetch at all, just a typo. Notes: svn path=/head/; revision=343487
* - update to 0.7.1Ruslan Makhmatkhanov2014-02-092-10/+11
| | | | | | | | | | | | | | - change maintainer's email while here: - update LICENSE (BSD3CLAUSE) - do not use deprecated easy_install and remove NO_STAGE PR: 186076 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Notes: svn path=/head/; revision=343458
* databases/py-Pyrseas: Utilities to upgrade and maintain a relational databaseWilliam Grzybowski2013-11-063-0/+33
Pyrseas provides a framework and utilities to upgrade and maintain a relational database. Its purpose is to enhance and follow through on the concepts of the Andromeda Project (http://www.andromeda-project.org/) WWW: http://pgfoundry.org/projects/pyrseas/ PR: ports/181991 (based on) Submitted by: Volodymyr Kostyrko <c.kworr gmail.com> Notes: svn path=/head/; revision=333001