Package Details: postgresql-python 9.3.4-1

Package Base: postgresql-python
Description: Provides required libraries for using plpython3u (plpython using python 3)
Upstream URL: http://www.postgresql.org/
Category: lib
Licenses: custom:PostgreSQL
Submitter: paradoxxxzero
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2013-10-14 09:47
Last Updated: 2014-03-24 09:31

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by paradoxxxzero

2015-06-23 15:06

You can adopt it then, thanks

Comment by SzieberthAdam

2015-06-23 14:57

Well, then better to give it to me, thanks.

Comment by paradoxxxzero

2015-05-25 14:21

Are you interested in taking ownership ? I don't use it anymore.

Comment by SzieberthAdam

2015-05-23 18:40

Edit PKGBUILD for 9.4.1:
pkgver=9.4.1
first md5sum: '2cf30f50099ff1109d0aa517408f8eff'
first sha256sum: '29ddb77c820095b8f52e5455e9c6c6c20cf979b0834ed1986a8857b84888c3a6'
replace 9.3 to 9.4 in line 63: ... plpython-9.4.mo

Comment by paradoxxxzero

2014-03-24 09:31

Updated to 9.3.4

Anonymous comment

2011-12-15 13:47

I modified my PKGBUILD to include

pkgver=9.1.2

md5sums=(7dbff52221954c46595313eb7f92c3e0)

and then in the build(), following:

cd ${startdir}/src/postgresql-${pkgver}

I added:

cp /usr/include/postgresql/server/utils/errcodes.h src/include/utils/

(which, I know, is kind of hacky, but it worked)