From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-appconf/
Date: Sat, 26 Feb 2022 17:59:56 +0000 (UTC) [thread overview]
Message-ID: <1645898382.6be31f3c45d3189eab520017bcde9ea8a38dc31d.mgorny@gentoo> (raw)
commit: 6be31f3c45d3189eab520017bcde9ea8a38dc31d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 17:42:36 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 17:59:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be31f3c
dev-python/django-appconf: EAPI 8, PEP517
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../django-appconf/django-appconf-1.0.5-r1.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-python/django-appconf/django-appconf-1.0.5-r1.ebuild b/dev-python/django-appconf/django-appconf-1.0.5-r1.ebuild
new file mode 100644
index 000000000000..177aa0a9ff31
--- /dev/null
+++ b/dev-python/django-appconf/django-appconf-1.0.5-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A helper class for handling configuration defaults of packaged apps gracefully"
+HOMEPAGE="https://django-appconf.readthedocs.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/django[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ local -x DJANGO_SETTINGS_MODULE=tests.test_settings
+ local -x PYTHONPATH="${S}"
+ django-admin test -v 2 || die
+}
next reply other threads:[~2022-02-26 18:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-26 17:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-17 19:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-appconf/ Sam James
2021-12-27 16:38 Hanno Böck
2021-10-17 7:41 Michał Górny
2021-09-28 9:16 Arthur Zamarin
2021-09-28 9:16 Arthur Zamarin
2021-09-28 9:16 Arthur Zamarin
2020-09-16 17:21 Hanno Böck
2020-03-06 14:38 Michał Górny
2020-01-25 20:54 Michał Górny
2018-04-29 7:35 Michał Górny
2018-01-03 9:11 Michał Górny
2017-09-25 13:44 Michael Palimaka
2017-07-31 10:30 Tobias Klausmann
2017-06-14 11:43 Pacho Ramos
2016-02-18 17:05 Patrick Lauer
2015-09-09 9:49 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=1645898382.6be31f3c45d3189eab520017bcde9ea8a38dc31d.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