You can adopt it then, thanks
Search Criteria
Package Details: postgresql-python 9.3.4-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-05-23)
| Package Base: | postgresql-python |
|---|---|
| Description: | Provides required libraries for using plpython3u (plpython using python 3) |
| Upstream URL: | http://www.postgresql.org/ |
| Category: | lib |
| Licenses: | |
| 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
- http://ftp.postgresql.org/pub/source/v9.3.4/postgresql-9.3.4.tar.bz2
- postgresql-check-db-dir
- postgresql-run-socket.patch
- postgresql.logrotate
- postgresql.pam
- postgresql.service
- postgresql.tmpfiles.conf
Latest Comments
Comment by paradoxxxzero
Comment by SzieberthAdam
Well, then better to give it to me, thanks.
Comment by paradoxxxzero
Are you interested in taking ownership ? I don't use it anymore.
Comment by SzieberthAdam
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
Updated to 9.3.4
Anonymous comment
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)