public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychm/
Date: Tue,  8 Nov 2022 12:53:03 +0000 (UTC)	[thread overview]
Message-ID: <1667911973.eacde6b9cc6969fd6be86ec647d80e3e771e5184.andrewammerlaan@gentoo> (raw)

commit:     eacde6b9cc6969fd6be86ec647d80e3e771e5184
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 12:48:04 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 12:52:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacde6b9

dev-python/pychm: update EAPI 7 -> 8, pep517, enable py3.11

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pychm/pychm-0.8.6-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/pychm/pychm-0.8.6-r1.ebuild b/dev-python/pychm/pychm-0.8.6-r1.ebuild
new file mode 100644
index 000000000000..2f078383366b
--- /dev/null
+++ b/dev-python/pychm/pychm-0.8.6-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the chmlib library"
+HOMEPAGE="https://github.com/dottedmag/pychm"
+SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="dev-libs/chmlib"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+src_test() {
+	# need to avoid relative import of 'chm' directory but tests rely
+	# on locating files relatively via tests/...
+	mv tests .. || die
+	cd .. || die
+	distutils-r1_src_test
+}


             reply	other threads:[~2022-11-08 12:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-08 12:53 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-27 15:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/pychm/ Michał Górny
2024-05-18  7:26 Michał Górny
2023-06-24 15:38 Arthur Zamarin
2023-06-01 13:54 Michał Górny
2022-12-10 15:48 Michał Górny
2022-12-10 15:46 Michał Górny
2021-05-18  9:32 Michał Górny
2021-03-09  8:28 Michał Górny
2020-12-06  0:48 Zac Medico
2020-12-05  7:58 Zac Medico
2020-08-02  8:36 Michał Górny
2020-03-28 17:21 Michał Górny
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2019-12-13  7:19 Michał Górny
2019-11-02 11:39 Michał Górny
2016-10-18 19:26 Pacho Ramos
2016-10-18 19:26 Pacho Ramos

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=1667911973.eacde6b9cc6969fd6be86ec647d80e3e771e5184.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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