summaryrefslogtreecommitdiff
path: root/databases/py-elixir
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-14 08:59:54 +0000
committerobache <obache@pkgsrc.org>2013-12-14 08:59:54 +0000
commitfe40ec440db3570536dffbda87adaafc59215642 (patch)
tree2fea30d42ce5f024fdf98d1aaf7b4b36568f8dd0 /databases/py-elixir
parent9c56a5c6c49d2451fc278d611e427246dab8d2d3 (diff)
downloadpkgsrc-fe40ec440db3570536dffbda87adaafc59215642.tar.gz
Update py-elixir to 0.7.1.
(update dependency from py-amkCrypto to py-crypto). 0.7.1 - 2009-11-16 New features: - Entities can now be declared "abstract" so that they do not create a table, etc... This allows, among others, an entity to inherit from multiple abstract classes (patch from Stephane Klein, closes #89). - Added a new collection which can resolve entities relative to the current entity, for example "..other_module.Class" (based on patches from Johannes Janssen, closes #93). - Added a new entity option "resolve_root", which allows one to specify the root module where your entities are defined. The string will be prepended to all "absolute" entity paths. It can also be used on a per-entity basis. This feature is based on a patch from Johannes Janssen, see #93. Changes: - using_options_defaults and using_table_options statements can be used several times within the same class (closes #70). Bug fixes: - Fixed custom base classes and versioned extension when used with zope interfaces (closes #98, patch from Valentin Lab) - Fixed having relationships in custom base classes (based on patch by Stephane Klein)
Diffstat (limited to 'databases/py-elixir')
-rw-r--r--databases/py-elixir/Makefile11
-rw-r--r--databases/py-elixir/distinfo8
2 files changed, 8 insertions, 11 deletions
diff --git a/databases/py-elixir/Makefile b/databases/py-elixir/Makefile
index 7ac4211dd28..4170e5d65d1 100644
--- a/databases/py-elixir/Makefile
+++ b/databases/py-elixir/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/10/02 21:25:49 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/12/14 08:59:54 obache Exp $
#
-DISTNAME= Elixir-0.7.0
+DISTNAME= Elixir-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/E/Elixir/
@@ -13,12 +13,9 @@ LICENSE= mit
USE_LANGUAGES= # none
-DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy/
+DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.4.0:../../databases/py-sqlalchemy/
DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2/
-DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto
-
-# Python stuff
-PYDISTUTILSPKG= yes
+DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-elixir/distinfo b/databases/py-elixir/distinfo
index ea5c369fd95..be4f53a20b9 100644
--- a/databases/py-elixir/distinfo
+++ b/databases/py-elixir/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/11/18 14:57:42 he Exp $
+$NetBSD: distinfo,v 1.2 2013/12/14 08:59:54 obache Exp $
-SHA1 (Elixir-0.7.0.tar.gz) = b725d6ba79fe8ad2bf8cdddbef7a579c494a7c96
-RMD160 (Elixir-0.7.0.tar.gz) = 1939af606863d2378966bc4311b5b1c1dbd863ff
-Size (Elixir-0.7.0.tar.gz) = 121937 bytes
+SHA1 (Elixir-0.7.1.tar.gz) = 22a1fbdc0163532b7cfbbd54c074a0a5ccf7d060
+RMD160 (Elixir-0.7.1.tar.gz) = a52872aace0db06864ec8ee14263988a9e5886da
+Size (Elixir-0.7.1.tar.gz) = 47110 bytes