Convert packages to the new template format (p).
This commit is contained in:
parent
2f132e330b
commit
08b4f6aae8
137 changed files with 1368 additions and 898 deletions
|
@ -5,7 +5,6 @@ revision=2
|
|||
wrksrc="SQLAlchemy-${version}"
|
||||
build_style=python-module
|
||||
makedepends="python-devel"
|
||||
pycompile_module="sqlalchemy"
|
||||
short_desc="The Python SQL Toolkit and Object Relational Mapper"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.sqlalchemy.org/"
|
||||
|
@ -19,3 +18,10 @@ long_desc="
|
|||
It provides a full suite of well known enterprise-level persistence patterns,
|
||||
designed for efficient and high-performing database access, adapted into a
|
||||
simple and Pythonic domain language."
|
||||
|
||||
python-sqlalchemy_package() {
|
||||
pycompile_module="sqlalchemy"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue