Version: 0.19, Package name: py-storm-0.19 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Storm is a fast object-relational mapper (ORM) for Python and used in Canonical's Launchpad project. Storm is developed in a test-driven manner, provides small and clean public APIs and works with everything from SQLite to PostgreSQL and MySQL. |
Filesize: 193.545 KB |
Version History (View Complete History) |
|
2021-10-26 13:52:48 by Stuart Henderson | Files touched by this commit (175) |
Log message: remove some MODPY_VERSION=${MODPY_VERSION_2} py-* (non-standalone) ports which aren't used as dependencies in ports. many are either old stuff, or things used to provide backports of functionality from newer Python base versions which were used in ports that have already been converted to py3-only. |
2021-05-21 13:50:39 by Kurt Mosiejczuk | Files touched by this commit (326) |
Log message: Bump the REVISION on all ports that use the python2 version of py-setuptools. Also change the lang/python module to use the new devel/py2-setuptools for python2 ports ok sthen@ |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-04-28 15:18:46 by Daniel Jakots | Files touched by this commit (6) |
Log message: Remove eric@ from maintainer, discussed with him. |
2015-10-26 12:34:44 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: use MODPY_EGG_VERSION in MASTER_SITES instead of hardcoding the version |
2015-09-29 04:51:44 by Stuart Henderson | Files touched by this commit (30) |
Log message: bump REVISION for setuptools dep change. |
2015-04-21 12:40:21 by Stuart Henderson | Files touched by this commit (26) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) "exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line and also contained .so modules. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-08 11:33:59 by Jasper Lievisse Adriaanse | Files touched by this commit (24) |
Log message: bump after default python version switch |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-11-10 06:24:41 by Eric Faurot | Files touched by this commit (3) |
Log message: - update to 0.18 - take maintainership ok wcmaier@ (former maintainer) |
2010-08-30 14:53:57 by Federico G. Schwindt | Files touched by this commit (20) |
Log message: Bump revision after python's default change. |
2010-04-18 14:04:28 by Federico G. Schwindt | Files touched by this commit (2) |
Log message: Update to 0.16.0. maintainer ok. |
2009-10-16 09:17:02 by Eric Faurot | Files touched by this commit (4) |
Log message: update to 0.15 ok wcmaier@ |
2009-10-11 10:36:31 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: no point in having a PFRAG.shared for python ports. aja@ agrees. |
2009-03-14 08:47:28 by Marc Espie | Files touched by this commit (11) |
Log message: fix deps |
2009-01-26 09:31:15 by Eric Faurot | Files touched by this commit (3) |
Log message: update to 0.14 ok wcmaier@ |
2009-01-06 06:12:14 by Eric Faurot | Files touched by this commit (4) |
Log message: update to storm 0.13 ok wcmaier@ |
2008-08-28 10:53:41 by Will Maier | Files touched by this commit (3) |
Log message: Update to 0.12. While here, update my address, switch to MODPY_EGG_VERSION and do some housecleaning. Similar diff from fgsch@. ok fgsch@ |
2008-01-06 10:09:36 by Michael Erdely | Files touched by this commit (5) |
Log message: Update to use the cextensions to improve the speed of py-storm. From MAINTAINER (Will Maier) with help from eric@ (macppc regress problem). ok eric@, kili@ |