Skip to content

Commit

Permalink
Update py-elixir to 0.7.1.
Browse files Browse the repository at this point in the history
(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)
  • Loading branch information
obache committed Dec 14, 2013
1 parent 52abe7c commit dfb059e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 4 additions & 7 deletions 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/
Expand All @@ -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"
8 changes: 4 additions & 4 deletions 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

0 comments on commit dfb059e

Please sign in to comment.