From 48c7b4ae10e643d7f72782ad6635226b0e85d559 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Jun 2012 12:21:14 +0200 Subject: [PATCH] New package: python-sqlalchemy-0.7.8. --- .../python-sqlalchemy.rshlibs | 3 +++ srcpkgs/python-sqlalchemy/template | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 srcpkgs/python-sqlalchemy/python-sqlalchemy.rshlibs create mode 100644 srcpkgs/python-sqlalchemy/template diff --git a/srcpkgs/python-sqlalchemy/python-sqlalchemy.rshlibs b/srcpkgs/python-sqlalchemy/python-sqlalchemy.rshlibs new file mode 100644 index 0000000000..614278798c --- /dev/null +++ b/srcpkgs/python-sqlalchemy/python-sqlalchemy.rshlibs @@ -0,0 +1,3 @@ +libpython2.7.so.1.0 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/python-sqlalchemy/template b/srcpkgs/python-sqlalchemy/template new file mode 100644 index 0000000000..3b113f3be5 --- /dev/null +++ b/srcpkgs/python-sqlalchemy/template @@ -0,0 +1,21 @@ +# Template file for 'python-sqlalchemy" +pkgname=python-sqlalchemy +version=0.7.8 +revision=1 +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 " +homepage="http://www.sqlalchemy.org/" +license="MIT" +distfiles="$SOURCEFORGE_SITE/sqlalchemy/SQLAlchemy-${version}.tar.gz" +checksum=e0d8b81cbb3bbb19a9e6ed0d31ecc525ed20c0590e595801d2c531052b92618f +long_desc=" + SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives + application developers the full power and flexibility of SQL. + + 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."