mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/alembic: Updated for version 1.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b06ee4aee8
commit
106a1a44d9
3 changed files with 8 additions and 8 deletions
|
@ -4,4 +4,4 @@ SQLAlchemy Database Toolkit for Python.
|
|||
This package can be used to create databases for use with the Asterisk
|
||||
project.
|
||||
|
||||
Optional dependencies: postgresql and psycopg2
|
||||
Optional dependencies: psycopg2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for alembic
|
||||
|
||||
# Copyright 2017-2018 Christopher Walker Kempner, TX
|
||||
# Copyright 2017-2018 Chris Walker Kempner, TX
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=alembic
|
||||
VERSION=${VERSION:-0.9.9}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="alembic"
|
||||
VERSION="0.9.9"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/alembic"
|
||||
DOWNLOAD="https://pypi.python.org/packages/89/03/756d5b8e1c90bf283c3f435766aa3f20208d1c3887579dd8f2122e01d5f4/alembic-0.9.9.tar.gz"
|
||||
MD5SUM="c74c6b8b3b2c405b48a9bfeed9a0bd2d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/92/41/c01e9a2eaef90348cf7dea5054605c991633b5ca470574efe768b60ad5bc/alembic-1.0.0.tar.gz"
|
||||
MD5SUM="762ab9ba56d1c0b1bfbc7c9f7f849c92"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SQLAlchemy Mako python-editor python-dateutil"
|
||||
MAINTAINER="Christopher Walker"
|
||||
MAINTAINER="Chris Walker"
|
||||
EMAIL="kris240376@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue