Commit graph

53 commits

Author SHA1 Message Date
Matthew Seaman
d91eb811d5 Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
2016-05-22 10:52:44 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
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
2015-08-17 14:20:40 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Marcus von Appen
e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00
Antoine Brodin
795d665c37 Remove optional dependency on BROKEN and unstaged databases/kinterbasdb 2014-09-07 07:00:41 +00:00
Marcus von Appen
a2ee1ef0b6 - Fix RUN_DEPENDS for devel/py-nose
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-22 08:32:57 +00:00
Vanilla I. Shu
2f1484fd4d - Stage
- Pet portlint

PR:		ports/188625
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-09 03:26:49 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Li-Wen Hsu
5aa43c1aba - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation 2013-03-04 10:55:23 +00:00
Nicola Vitale
f559056589 - Update to 0.6.9
- Add add-plist-post target to fix pkg-plist when
  Python version is >= 3.2
- Add LICENSE (MIT)
- Add the option CEXTENSIONS (default on), which
  enables/disables the C extension to speed up the
  SQL layer
- Convert to the new options framework
- Remove PYDISTUTILS_PKGVERSION
2012-07-03 20:47:12 +00:00
Nicola Vitale
5e4f37b4ae - Add databases/py-MySQLdb to RUN_DEPENDS only when
Python version < 3.0, because such port does not
  build with Py3k
- Replace POSTGRE with the standard PGSQL option listed
  in ports/KNOB  [1]

PR:		ports/166513
Submitted by:	olgeni  [1]
2012-04-28 08:56:16 +00:00
Nicola Vitale
cf18946291 - Update to 0.6.8
PR:		ports/157681
Submitted by:	lwhsu
2011-06-23 13:40:51 +00:00
Nicola Vitale
4a17519108 - Update to 0.6.7
PR:		ports/156387
Submitted by:	lwhsu
2011-04-14 13:05:04 +00:00
Nicola Vitale
046af3450d - Add option WITH_NOSE (default off) for unit tests
- Fix a typo

PR:	ports/154891
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
2011-03-19 13:39:57 +00:00
Martin Wilke
a2ee9211ad - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+ 2011-02-25 10:59:09 +00:00
Li-Wen Hsu
bf581e8f92 - Update 0.6.6
PR:		ports/153807
Submitted by:	lwhsu
Approved by:	maintainer timeout
2011-02-12 17:13:57 +00:00
Nicola Vitale
04d149cbdb - Update to 0.6.5
- Add Sybase support
- Use databases/py-sqlite3 for Python version 2.5 and above

PR:		ports/151701
Submitted by:	lwhsu
2010-11-14 09:12:46 +00:00
Philip M. Gollucci
e8861b6a41 - Update to 0.6.4
PR:             ports/150845
Submitted by:   lwhsu
Approved by:    maintainer timeout (nivit ; 20 days)
2010-10-12 06:09:48 +00:00
Philip M. Gollucci
32812f86be - Update to 0.63
PR:             ports/146225, ports/149103, ports/148486
Submitted by:   ghostonthewire <ghostonthewire@gmail.com>
Approved by:    maintainer timeout (nivit ; 130 days, 59 days, 41 days)
2010-09-09 01:41:56 +00:00
Nicola Vitale
321eea39e0 - Update to 0.5.7 2010-01-02 14:39:35 +00:00
Martin Wilke
1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +00:00
Nicola Vitale
fb34e04b2d - Update to 0.5.5 2009-07-29 12:42:39 +00:00
Nicola Vitale
63251fe4e5 - Update to 0.5.4.p2 2009-05-28 08:42:49 +00:00
Nicola Vitale
1305975099 - Update to 0.5.2 2009-01-26 09:43:43 +00:00
Nicola Vitale
f9db29fa78 - Update to 0.5.1
- Prefix DOCSDIR and EXAMPLESDIR with ${PYTHON_PKGNAMEPREFIX}
2009-01-18 10:29:16 +00:00
Nicola Vitale
6b75bfe2f0 - Update to 0.5.0
- New MASTER_SITES
- Set USE_PYDISTUTILS to easy_install
- Use ${COPYTREE_SHARE} to install examples

PR:		ports/130250
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-13 14:48:36 +00:00
Nicola Vitale
7e11ea3a77 - Set MAINTAINER to nivit@ 2008-12-21 21:57:28 +00:00
Mark Linimon
773850a8a6 Reassign ports maintained by dryice@ for now due to other commitments.
Hat:	portmgr
2008-12-18 02:24:04 +00:00
Wesley Shields
dfec40a7cf - Update to 0.4.8
- Respect NOPORTEXAMPLES

PR:		ports/128056
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-11-19 15:17:21 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Dryice Dong Liu
6533f6ce7d update to 0.4.4 2008-03-17 13:30:11 +00:00
Dryice Dong Liu
bd67a32bea update to 0.4.3 2008-02-27 03:37:49 +00:00
Dryice Dong Liu
77f1af2c6a update to 0.4.2p3 2008-01-14 02:13:14 +00:00
Dryice Dong Liu
3e711b08fc update to 0.4.2b 2008-01-08 07:39:26 +00:00
Dryice Dong Liu
1db69ddf04 - update to 0.4.2a 2008-01-07 11:46:11 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- 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
2007-07-30 09:42:28 +00:00
Dryice Dong Liu
0fc5eb4190 update to 0.3.10 2007-07-21 04:45:40 +00:00
Dryice Dong Liu
43dc391f35 - update to 0.3.8
- catch up the EXAMPLEDIR change
2007-06-16 08:58:03 +00:00
Dryice Dong Liu
4466023767 update to 0.3.7 2007-04-30 12:43:20 +00:00
Dryice Dong Liu
ab060c273b update to 0.3.6
Approved by:	itetcu (mentor, implicit)
2007-03-24 14:15:52 +00:00
Dryice Dong Liu
7d588bead4 update to 0.3.5
Approved by:	itetcu (mentor, implicit)
2007-02-24 08:57:06 +00:00
Dryice Dong Liu
0cd53f5026 Fix plist for pkg_add. Thanks nivit for pointing this out
Approved by:	itetcu (mentor, implicit)
2007-02-11 09:49:25 +00:00
Dryice Dong Liu
1f25cdcb80 - update to 0.3.4
- update my mail address
- add PYALCHEMY_EGG for future TurboGears update
- modify plist file to remove the egg entry when deinstall

Approved by:	itetcu (mentor)
2007-01-30 10:27:11 +00:00
Martin Wilke
bd74ddce82 - Fix Options bug
PR:		108332
Submitted by:	miwi
Approved by:	maintainer
2007-01-27 23:44:00 +00:00
Alexander Botero-Lowry
7d4b7018b8 - Update to 0.3.3
PR:		106778
Submitted by:	Dryice Liu <dryice@dryice.name> (maintainer)
2006-12-17 09:49:46 +00:00
Alexander Botero-Lowry
346198c69a - update to 0.3.1
PR:		105504
Submitted by:	Dryice Liu <dryice@dryice.name>
2006-11-25 09:23:59 +00:00