mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/SQLAlchemy: Updated for version 0.9.3 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b42ce84808
commit
a515fd8f0b
4 changed files with 16 additions and 15 deletions
|
@ -1,4 +1,5 @@
|
|||
SQLAlchemy (The Python SQL Toolkit and Object Relational Mapper)
|
||||
|
||||
SQLAlchemy is a Pythonic open source SQL toolkit and Object
|
||||
Relational Mapper, by Michael Bayer.
|
||||
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper
|
||||
that gives application developers the full power and
|
||||
flexibility of SQL.
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for SQLAlchemy
|
||||
|
||||
# Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com)
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=SQLAlchemy
|
||||
VERSION=0.5.5
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,8 +76,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES* LICENSE PKG-INFO README* doc/* examples test \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGES LICENSE README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="SQLAlchemy"
|
||||
VERSION="0.5.5"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="http://www.sqlalchemy.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/sqlalchemy/sqlalchemy/0.5.5/SQLAlchemy-0.5.5.tar.gz"
|
||||
MD5SUM="6a518d2c16caf10bdbce85ad06e08abb"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.9.3.tar.gz"
|
||||
MD5SUM="a27989b9d4b3f14ea0b1600aa45559c4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
MAINTAINER="Andrea Maccis"
|
||||
EMAIL="andrea.maccis@gmail.com"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
SQLAlchemy: SQLAlchemy (The Python SQL Toolkit and Object Relational Mapper)
|
||||
SQLAlchemy:
|
||||
SQLAlchemy: SQLAlchemy is a Pythonic open source SQL toolkit and Object
|
||||
SQLAlchemy: Relational Mapper, by Michael Bayer.
|
||||
SQLAlchemy:
|
||||
SQLAlchemy: Homepage: http://www.sqlalchemy.org
|
||||
SQLAlchemy: SQLAlchemy is the Python SQL toolkit and Object Relational Mapper
|
||||
SQLAlchemy: that gives application developers the full power and
|
||||
SQLAlchemy: flexibility of SQL.
|
||||
SQLAlchemy:
|
||||
SQLAlchemy: Homepage: http://www.sqlalchemy.org/
|
||||
SQLAlchemy:
|
||||
SQLAlchemy:
|
||||
SQLAlchemy:
|
||||
|
|
Loading…
Reference in a new issue