public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycxx/
Date: Sun, 14 Apr 2024 18:41:37 +0000 (UTC)	[thread overview]
Message-ID: <1713120083.1a4c7dee0bdfc5529b68a1e324bf4b23dc3c3ffa.sping@gentoo> (raw)

commit:     1a4c7dee0bdfc5529b68a1e324bf4b23dc3c3ffa
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 18:34:22 2024 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 18:41:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4c7dee

dev-python/pycxx: 7.1.8

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 dev-python/pycxx/Manifest           |  1 +
 dev-python/pycxx/pycxx-7.1.8.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pycxx/Manifest b/dev-python/pycxx/Manifest
index 6703866a80ea..b96673e1fedf 100644
--- a/dev-python/pycxx/Manifest
+++ b/dev-python/pycxx/Manifest
@@ -1 +1,2 @@
 DIST pycxx-7.1.7.tar.gz 156383 BLAKE2B 69a454615c9a7cdc57f4c357b9e3805821711bc48efb82e684da6066069ff0ee6af3b76911a705adb6f984969659441d331a8470061b514180ddf53f6494a33d SHA512 5439b2f72a7f04a628e7e93d093566654f3b4eafe78a7834005f86fb08e614f22f4d1fffb8d626e46cd56880ff7792e494ee3282b313ce668a7497d2bc1fbea9
+DIST pycxx-7.1.8.tar.gz 154789 BLAKE2B e4b635d4b53ae3fd0790d6eddcd465acfc5272213e9752e7c2a1840edddb66f09bc9617373246964859125a27dc82110de6b4f4ffa44c41c94c338c846490e47 SHA512 3c9c3a23dfa9777c6a48b8600e7336cbadb60080a1051071583d534ead6c691dd9d304613073d6fb0c632eb1703b043b4214826c0ae7bd4b2ca72203ec03c0a2

diff --git a/dev-python/pycxx/pycxx-7.1.8.ebuild b/dev-python/pycxx/pycxx-7.1.8.ebuild
new file mode 100644
index 000000000000..cadfdbb9e765
--- /dev/null
+++ b/dev-python/pycxx/pycxx-7.1.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{9..12} )
+# DISTUTILS_USE_PEP517=setuptools broken, installs files to /usr/CXX
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="Set of facilities to extend Python with C++"
+HOMEPAGE="http://cxx.sourceforge.net"
+SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="doc examples"
+
+python_prepare_all() {
+	# Without this, pysvn fails.
+	# Src/Python3/cxxextensions.c: No such file or directory
+	sed -e "/^#include/s:Src/::" -i Src/*.{c,cxx} || die "sed failed"
+
+	distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( Doc/. )
+	if use examples ; then
+		docinto examples
+		dodoc -r Demo/Python{2,3}/.
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2024-04-14 18:41 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14 18:41 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-25  5:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycxx/ Mark Wright
2025-08-24  5:18 Mark Wright
2025-08-24  4:08 Mark Wright
2025-08-24  3:30 Mark Wright
2025-04-12  9:41 Michał Górny
2025-04-12  9:30 Arthur Zamarin
2025-04-12  9:30 Arthur Zamarin
2025-04-12  9:30 Arthur Zamarin
2025-04-12  9:30 Arthur Zamarin
2025-03-28 19:30 Sebastian Pipping
2025-03-26  8:35 Ulrich Müller
2024-06-29 16:58 Michał Górny
2024-06-29 10:55 Sam James
2024-06-29  7:57 Arthur Zamarin
2024-06-29  5:55 Joonas Niilola
2024-06-29  5:55 Joonas Niilola
2024-06-08 19:46 Sebastian Pipping
2024-06-06  0:45 Sam James
2024-06-06  0:45 Sam James
2024-05-17  9:49 Michał Górny
2024-05-17  8:46 Arthur Zamarin
2024-05-17  8:46 Arthur Zamarin
2024-05-17  8:31 Arthur Zamarin
2024-05-17  8:11 Michał Górny
2024-04-14 17:49 Sebastian Pipping
2022-12-31 13:31 Michał Górny
2022-12-31 13:01 Sam James
2022-12-31 12:12 Sam James
2022-12-31 10:57 Arthur Zamarin
2022-12-31 10:54 Arthur Zamarin
2022-11-29  0:43 Sebastian Pipping
2022-08-03  9:10 Michał Górny
2022-08-03  6:25 Joonas Niilola
2022-08-02 20:27 Sam James
2022-08-02 18:20 Arthur Zamarin
2022-08-02 17:37 Arthur Zamarin
2022-07-03 13:11 Sebastian Pipping
2021-07-13  6:46 Michał Górny
2021-07-13  6:28 Agostino Sarubbo
2021-07-12 22:37 Sam James
2021-07-12 21:50 Sam James
2021-06-01 11:28 Sam James
2021-06-01 11:28 Sam James
2020-05-12  6:39 Agostino Sarubbo
2020-05-09 11:27 Mikle Kolyada
2020-05-09 11:27 Mikle Kolyada
2020-05-09 11:27 Mikle Kolyada
2020-03-28 17:21 Michał Górny
2020-03-20  9:58 David Seifert
2020-03-02 23:16 Sebastian Pipping
2020-03-02 22:23 Sebastian Pipping
2020-03-01 13:56 Sebastian Pipping
2020-02-03 20:46 Michał Górny
2019-10-06 11:01 Michał Górny
2017-05-17 18:14 Manuel Rüger
2016-06-10 18:34 Michał Górny
2015-12-26 12:03 Agostino Sarubbo
2015-12-25 18:19 Agostino Sarubbo
2015-12-24 20:11 Agostino Sarubbo

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=1713120083.1a4c7dee0bdfc5529b68a1e324bf4b23dc3c3ffa.sping@gentoo \
    --to=sping@gentoo.org \
    --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