From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/appdirs/
Date: Tue, 23 May 2023 15:42:13 +0000 (UTC) [thread overview]
Message-ID: <1684856518.9011773e29452a3170a55b2ea63dbd3da1e12e81.mgorny@gentoo> (raw)
commit: 9011773e29452a3170a55b2ea63dbd3da1e12e81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 15:07:20 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 15:41:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9011773e
dev-python/appdirs: Restore original build system
Restore the original setuptools build system since setuptools no longer
requires appdirs, and therefore there are no bootstrap concerns anymore.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/appdirs/Manifest | 1 +
dev-python/appdirs/appdirs-1.4.4-r3.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/appdirs/Manifest b/dev-python/appdirs/Manifest
index 97a4d25f7608..b25cccf5cc50 100644
--- a/dev-python/appdirs/Manifest
+++ b/dev-python/appdirs/Manifest
@@ -1 +1,2 @@
+DIST appdirs-1.4.4.gh.tar.gz 9840 BLAKE2B cb9466f4a7f7c1d6f5b6d7ca031820ec4d3450afcaa8ba571e35387c3109ede4e2afbf2c1141a9d01d13798f55524d5efd3fa12546a9378abbda405353938d79 SHA512 4c0e1e8dcd3f91b8b2d215b3f1e2ffaa85137fe054d07d3a2d442b1419e3b44e96fdea1620bd000bd3f4744f71b71f07280094f073df0ff008fac902af614656
DIST appdirs-1.4.4.tar.gz 9840 BLAKE2B cb9466f4a7f7c1d6f5b6d7ca031820ec4d3450afcaa8ba571e35387c3109ede4e2afbf2c1141a9d01d13798f55524d5efd3fa12546a9378abbda405353938d79 SHA512 4c0e1e8dcd3f91b8b2d215b3f1e2ffaa85137fe054d07d3a2d442b1419e3b44e96fdea1620bd000bd3f4744f71b71f07280094f073df0ff008fac902af614656
diff --git a/dev-python/appdirs/appdirs-1.4.4-r3.ebuild b/dev-python/appdirs/appdirs-1.4.4-r3.ebuild
new file mode 100644
index 000000000000..b06ec56d0633
--- /dev/null
+++ b/dev-python/appdirs/appdirs-1.4.4-r3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for determining appropriate platform-specific dirs"
+HOMEPAGE="
+ https://github.com/ActiveState/appdirs/
+ https://pypi.org/project/appdirs/
+"
+SRC_URI="
+ https://github.com/ActiveState/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+python_test() {
+ "${EPYTHON}" test/test_api.py -v || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2023-05-23 15:42 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-23 15:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 7:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/appdirs/ Michał Górny
2024-10-14 12:42 Michał Górny
2024-05-08 18:31 Michał Górny
2023-06-27 11:50 Michał Górny
2023-05-23 15:42 Michał Górny
2022-05-09 15:01 Michał Górny
2022-01-26 11:32 Michał Górny
2021-05-05 18:20 Michał Górny
2020-09-20 14:08 Michał Górny
2020-07-08 12:52 Michał Górny
2020-07-08 7:18 Sergei Trofimovich
2020-07-08 7:11 Sergei Trofimovich
2020-05-25 20:16 Michał Górny
2020-05-13 9:03 Michał Górny
2020-03-26 11:20 Michał Górny
2020-03-26 11:16 Michał Górny
2020-03-26 11:16 Michał Górny
2020-03-26 11:16 Michał Górny
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2019-11-21 2:02 Patrick McLean
2018-01-11 19:44 Mike Frysinger
2018-01-02 14:57 Michał Górny
2017-12-24 13:21 Patrice Clement
2017-12-05 22:34 Mike Gilbert
2017-05-18 20:00 Michael Weber
2017-05-18 19:14 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-12 17:56 Tobias Klausmann
2017-05-12 14:55 Agostino Sarubbo
2017-05-06 17:20 Agostino Sarubbo
2017-05-06 11:17 Jeroen Roovers
2017-05-06 7:28 Markus Meier
2017-05-05 14:10 Agostino Sarubbo
2017-03-09 15:54 Michael Haubenwallner
2017-03-02 11:21 Michael Haubenwallner
2017-02-09 10:58 Tim Harder
2017-01-26 15:00 Fabian Groffen
2017-01-25 18:32 Mike Gilbert
2015-11-23 10:05 Justin Lecher
2015-11-23 6:44 Jeroen Roovers
2015-11-22 8:51 Markus Meier
2015-11-19 10:25 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-03 7:45 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-10-21 13:41 Justin Lecher
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=1684856518.9011773e29452a3170a55b2ea63dbd3da1e12e81.mgorny@gentoo \
--to=mgorny@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