[notify] psycopg2: renamed to python3-psycopg2, updated to version 2.9.2

This commit is contained in:
Matt Housh 2021-12-17 13:55:15 -06:00
parent 1e18283efe
commit dc3a01b8b1
5 changed files with 25 additions and 24 deletions

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34d+zoY86TWEkurfRzUKs8EDg32e87SAHeAWnpxjmkV4D05vCvgmU9vqxLUBSUBhyzyYN6SyfuOxrjG6AfESfwg=
SHA256 (Pkgfile) = d612d81a7f5e04b897b18644281b684deb57a6de2edb9bc8968d177626e8b4a3
SHA256 (.footprint) = 7b993acb9793cda3fc0e5b574f1e4f0c5aa895a866a8cbf9aa151575f729f34f
SHA256 (psycopg2-2.9.1.tar.gz) = de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c

View File

@ -1,14 +0,0 @@
# Description: Python bindings for PostgreSQL
# URL: https://www.psycopg.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: postgresql python3-setuptools
name=psycopg2
version=2.9.1
release=1
source=(https://files.pythonhosted.org/packages/aa/8a/7c80e7e44fb1b4277e89bd9ca509aefdd4dd1b2c547c6f293afe9f7ffd04/$name-$version.tar.gz)
build() {
cd $name-$version
python3 setup.py install --root=$PKG --prefix=/usr
}

View File

@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/psycopg2-2.9.1-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.1-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.1-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.1-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.1-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/psycopg2-2.9.2-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.2-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.2-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.2-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2-2.9.2-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/psycopg2/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/psycopg2/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/psycopg2/__pycache__/

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wU/3jBL3OR95Fz/Ptb9dpOSka2ZrCELPQj90RRGAiuQAgECB+mIGB6BaE61oPfhR4wYEwpTvcjJG4kU9/Fw7Q4=
SHA256 (Pkgfile) = c192ef5e476af63cbb8ebc6343dc52adcdd1306ec7cc67bd933184fb4401766a
SHA256 (.footprint) = 0d3623a628cddb482527ffb4477ecdefbdf70a28e92c9672cf4dee550b0f0500
SHA256 (psycopg2-2.9.2.tar.gz) = a84da9fa891848e0270e8e04dcca073bc9046441eeb47069f5c0e36783debbea

15
python3-psycopg2/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Python bindings for PostgreSQL
# URL: https://www.psycopg.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: postgresql python3-setuptools
name=python3-psycopg2
version=2.9.2
release=1
source=(https://pypi.python.org/packages/source/p/psycopg2/psycopg2-$version.tar.gz)
build() {
cd psycopg2-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --prefix=/usr
}