Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685536 - dev-db/postgresql-11.3 - add PYTHON_COMPAT+=python3_7
Summary: dev-db/postgresql-11.3 - add PYTHON_COMPAT+=python3_7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: python3.7-compat
  Show dependency tree
 
Reported: 2019-05-10 17:31 UTC by Jeff Kowalczyk
Modified: 2019-10-13 20:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-db/postgresql-11.3 add PYTHON_COMPAT 3_7 (postgresql-11.3.ebuild.patch,368 bytes, patch)
2019-05-10 17:32 UTC, Jeff Kowalczyk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2019-05-10 17:31:17 UTC
dev-db/postgresql-11.3 does not have 3_7 in PYTHON_COMPAT. If added, the package builds successfully with Python-3.7 installed.
Comment 1 Jeff Kowalczyk 2019-05-10 17:32:05 UTC
Created attachment 575664 [details, diff]
dev-db/postgresql-11.3 add PYTHON_COMPAT 3_7
Comment 2 Larry the Git Cow gentoo-dev 2019-06-03 10:25:16 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcac752028d3a882dbc2f64e37e1e95dff21276

commit edcac752028d3a882dbc2f64e37e1e95dff21276
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2019-06-03 10:23:37 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2019-06-03 10:25:01 +0000

    dev-db/postgresql: Multiple Fixes/Improvements
    
    Bump to EAPI 7. Use ver-cut instead of versionator.
    
    Preserve libpg{port,common}.a as they're needed by some PGXS builds.
    
    Add Python 3.7 support. Thanks to Jeff Kowalczyk for verifying.
    
    Allow ICU collations via icu USE flag.
    
    Add debug use flag to allow debugging of extensions.
    
    Bug: https://bugs.gentoo.org/671114
    Bug: https://bugs.gentoo.org/571046
    Bug: https://bugs.gentoo.org/685536
    Package-Manager: Portage-2.3.62, Repoman-2.3.11
    Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>

 dev-db/postgresql/postgresql-10.8-r1.ebuild     | 466 ++++++++++++++++++++++
 dev-db/postgresql/postgresql-11.3-r1.ebuild     | 468 ++++++++++++++++++++++
 dev-db/postgresql/postgresql-12_beta1-r1.ebuild | 468 ++++++++++++++++++++++
 dev-db/postgresql/postgresql-9.4.22-r1.ebuild   | 480 +++++++++++++++++++++++
 dev-db/postgresql/postgresql-9.5.17-r1.ebuild   | 486 +++++++++++++++++++++++
 dev-db/postgresql/postgresql-9.6.13-r1.ebuild   | 491 ++++++++++++++++++++++++
 dev-db/postgresql/postgresql-9999.ebuild        |  20 +-
 7 files changed, 2873 insertions(+), 6 deletions(-)
Comment 3 Craig Andrews gentoo-dev 2019-10-13 20:03:32 UTC
Per comment 2, this issue has been resolved.