python/python3-psycopg2: renamed from psycopg2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8078f6f92e
commit
93edeb4e20
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
psycopg2: psycopg2 (Python PostgreSQL bindings)
|
||||
psycopg2:
|
||||
psycopg2: psycopg is a PostgreSQL database adapter for Python. It supports the
|
||||
psycopg2: full Python DBAPI 2.0, and is thread safe at level 2. psycopg was
|
||||
psycopg2: designed for heavily multi-threaded applications.
|
||||
psycopg2:
|
||||
psycopg2: The psycopg2 website can be found at:
|
||||
psycopg2: http://initd.org/tracker/psycopg/wiki/PsycopgTwo
|
||||
psycopg2:
|
||||
psycopg2:
|
||||
psycopg2:
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for psycopg2
|
||||
# Slackware build script for python3-psycopg2
|
||||
|
||||
# Copyright 2021 Yth | Pont-en-Royans, France | yth@ythogtha.org
|
||||
# Copyright (c) 2018-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
|
@ -27,7 +27,8 @@
|
|||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=psycopg2
|
||||
PRGNAM=python3-psycopg2
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-2.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -58,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
|
@ -1,4 +1,4 @@
|
|||
PRGNAM="psycopg2"
|
||||
PRGNAM="python3-psycopg2"
|
||||
VERSION="2.9.3"
|
||||
HOMEPAGE="http://initd.org/psycopg/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.3.tar.gz"
|
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
python3-psycopg2: python3-psycopg2 (Python PostgreSQL bindings)
|
||||
python3-psycopg2:
|
||||
python3-psycopg2: psycopg is a PostgreSQL database adapter for Python. It supports the
|
||||
python3-psycopg2: full Python DBAPI 2.0, and is thread safe at level 2. psycopg was
|
||||
python3-psycopg2: designed for heavily multi-threaded applications.
|
||||
python3-psycopg2:
|
||||
python3-psycopg2: The psycopg2 website can be found at:
|
||||
python3-psycopg2: http://initd.org/tracker/psycopg/wiki/PsycopgTwo
|
||||
python3-psycopg2:
|
||||
python3-psycopg2:
|
||||
python3-psycopg2:
|
Loading…
Reference in New Issue