You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
27c1f4d998
- modernize checksums
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-elixir
|
|
version 0.7.1
|
|
revision 0
|
|
categories-append www
|
|
platforms darwin
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Declarative Mapper for SQLAlchemy
|
|
long_description Elixir does not intend to replace SQLAlchemy's \
|
|
core features, but instead focuses on providing \
|
|
a simpler syntax for defining model objects when \
|
|
you do not need the full expressiveness of \
|
|
SQLAlchemy's manual mapper definitions.
|
|
homepage http://elixir.ematia.de/
|
|
|
|
supported_archs noarch
|
|
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
|
|
distname Elixir-${version}
|
|
checksums rmd160 a52872aace0db06864ec8ee14263988a9e5886da \
|
|
sha256 a7ef437f25b544e4f74fb3236fc43cd25f5d6feb6037dd7c66931046d75439e9 \
|
|
size 47110
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-sqlalchemy
|
|
|
|
livecheck.type none
|
|
}
|