From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/doxypypy/
Date: Sat, 17 Apr 2021 20:00:28 +0000 (UTC) [thread overview]
Message-ID: <1618647528.0ba9609557e4b6ae0165558360918faf77155d9f.andrewammerlaan@gentoo> (raw)
commit: 0ba9609557e4b6ae0165558360918faf77155d9f
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Apr 17 08:15:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 08:18:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba96095
dev-python/doxypypy: add 0.8.8.6_p20210405
added for python38+ compatability before python37 target removal
changes since last release break compatability with python37
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/doxypypy/Manifest | 1 +
.../doxypypy/doxypypy-0.8.8.6_p20210405.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
index 837fb07c3..ff1049ce5 100644
--- a/dev-python/doxypypy/Manifest
+++ b/dev-python/doxypypy/Manifest
@@ -1 +1,2 @@
DIST doxypypy-0.8.8.6.tar.gz 39019 BLAKE2B 6f1860ec3f9a33762297cb9b0ccdb3523dfb0855f7eb56ef4d5fe0346e25a0980dd3d007af9d4bc6d3a8502589d8a9701c4d428aa342f6156a6c7aa47a5f1ca1 SHA512 17b69d625187983dcd48ec00c317916493228d999f254dd00d85f826ab45e0a5b73557ab5975d7d64a312161c821c78ef1cbca117e2455d3440b247d45ef8399
+DIST doxypypy-0.8.8.6_p20210405.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
new file mode 100644
index 000000000..655fee23f
--- /dev/null
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+MY_REV=39115c3d061d2f83e4a030bcb8642ec6f3203e61
+
+DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
+HOMEPAGE="https://github.com/Feneric/doxypypy"
+SRC_URI="https://github.com/Feneric/doxypypy/archive/${MY_REV}.tar.gz -> ${P}.tar.gz"
+
+RESTRICT="!test? ( test )"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${PN}-${MY_REV}"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ distutils-r1_src_prepare
+ # These files fail to byte-compille (UTF-LE?)
+ # ValueError: source code string cannot contain null bytes
+ # Matches pypy tarball
+ rm doxypypy/test/sample_utf* || die
+ sed -i '/test_utf/,+5d' doxypypy/test/test_doxypypy.py || die
+}
next reply other threads:[~2021-04-17 20:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-17 20:00 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-15 10:35 [gentoo-commits] repo/proj/guru:master commit in: dev-python/doxypypy/ Andrew Ammerlaan
2021-06-02 16:00 Andrew Ammerlaan
2021-05-22 10:05 Andrew Ammerlaan
2020-05-01 10:58 Andrew Ammerlaan
2020-05-01 9:59 Andrew Ammerlaan
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=1618647528.0ba9609557e4b6ae0165558360918faf77155d9f.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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