From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cx-oracle/
Date: Sat, 13 Apr 2024 17:15:08 +0000 (UTC) [thread overview]
Message-ID: <1713028157.82f4a1240be9d391e064d0b0d2f19732872ea24a.julien@gentoo> (raw)
Message-ID: <20240413171508.sYP19TpKiRmZPYjPpnKOS9HWumokWLPg3X2oLA1yqhU@z> (raw)
commit: 82f4a1240be9d391e064d0b0d2f19732872ea24a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 16:57:25 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 17:09:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82f4a124
dev-python/cx-oracle: enable py3.12
Closes: https://bugs.gentoo.org/897412
Signed-off-by: Julien Roy <julien <AT> jroy.ca>b
...acle-8.3.0.ebuild => cx-oracle-8.3.0-r1.ebuild} | 23 ++++++----------------
1 file changed, 6 insertions(+), 17 deletions(-)
diff --git a/dev-python/cx-oracle/cx-oracle-8.3.0.ebuild b/dev-python/cx-oracle/cx-oracle-8.3.0-r1.ebuild
similarity index 65%
rename from dev-python/cx-oracle/cx-oracle-8.3.0.ebuild
rename to dev-python/cx-oracle/cx-oracle-8.3.0-r1.ebuild
index 79c2596804..8e6594f85d 100644
--- a/dev-python/cx-oracle/cx-oracle-8.3.0.ebuild
+++ b/dev-python/cx-oracle/cx-oracle-8.3.0-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_10 )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+PYTHON_COMPAT=( python3_{10..12} )
PYPI_PN="cx_Oracle"
PYPI_NO_NORMALIZE=1
@@ -27,22 +29,9 @@ RESTRICT="test"
DEPEND="dev-db/oracle-instantclient"
RDEPEND="${DEPEND}"
-python_prepare_all() {
+src_prepare() {
# do not install LICENSE and README to /usr/
sed -i -e '/data_files/d' setup.py || die
- distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
- return
- # no python_mod_optimize
-}
-
-src_install() {
- distutils-r1_src_install
- if use examples; then
- docinto examples
- dodoc -r samples/. || die
- fi
+ distutils-r1_src_prepare
}
next reply other threads:[~2024-04-13 17:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-13 17:09 Julien Roy [this message]
2024-04-13 17:15 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/cx-oracle/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 22:21 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2022-06-28 9:59 Michal Gasewicz
2021-07-19 14:08 Michal Gasewicz
2021-07-16 13:21 Michal Gasewicz
2021-07-16 13:17 Michal Gasewicz
2021-07-16 11:58 Michal Gasewicz
2021-03-28 9:55 Andrew Ammerlaan
2020-12-18 15:52 Andrew Ammerlaan
2020-12-15 18:42 Michal Gasewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713028157.82f4a1240be9d391e064d0b0d2f19732872ea24a.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox