From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/
Date: Sun, 4 Jun 2017 07:30:24 +0000 (UTC) [thread overview]
Message-ID: <1496561420.6808e1118b938a742dd649bcb24fb111b3449038.jlec@gentoo> (raw)
commit: 6808e1118b938a742dd649bcb24fb111b3449038
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 06:45:53 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 07:30:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6808e111
dev-python/dj-database-url: Version Bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/dj-database-url/Manifest | 1 +
.../dj-database-url/dj-database-url-0.4.2.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/dj-database-url/Manifest b/dev-python/dj-database-url/Manifest
index 694f92b8ef8..0d9b3fe020f 100644
--- a/dev-python/dj-database-url/Manifest
+++ b/dev-python/dj-database-url/Manifest
@@ -1 +1,2 @@
DIST dj-database-url-0.4.0.tar.gz 4015 SHA256 858312abb7b330ea875733a65806a36ad04d7b8451c6ce8835118a2fa10d6870 SHA512 eea9a095f135adf7a197db949cb1ca067ff920c73fe62f510da4decd92aad7e0051bbabee4b92f0848ffc23ce6ee87ddaf0fb284b0cfba78ba0e3b5a367cccf6 WHIRLPOOL ff56f7666aee983286a1faeabcbb4815e88857f1f10d2919963f7ac07b95916f363859ea22f284180e9828eb95e3a3c70c3e25eb614450c1ef0e463ee924a892
+DIST dj-database-url-0.4.2.tar.gz 4268 SHA256 a6832d8445ee9d788c5baa48aef8130bf61fdc442f7d9a548424d25cd85c9f08 SHA512 d18fe4e0cd4073689759c302c22e0f128d4ed1103af99a1db4dbe645fdea601837131a3f8d215143dabda64903aaeeb4706bd2082810f904cc8e74b564c5f2e3 WHIRLPOOL 08327f681e870c308a47f943be54a20c4c85cfc9c4c33f0d0473c96c31f55e7369621b601b98e94ff7318a7ffe47e77a75b02dc3546dc0831fe36d35c5d83aab
diff --git a/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild
new file mode 100644
index 00000000000..0d4fc785818
--- /dev/null
+++ b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Use Database URLs in your Django Application"
+HOMEPAGE="
+ https://pypi.python.org/pypi/dj-database-url
+ https://github.com/kennethreitz/dj-database-url"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Not contained in the tarball
+RESTRICT=test
+
+python_test() {
+ "${PYTHON}" test_dj_database_url.py || die
+}
next reply other threads:[~2017-06-04 7:30 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-04 7:30 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-03 4:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/ Michał Górny
2025-04-13 21:30 Sam James
2025-03-07 20:38 Michał Górny
2024-11-09 10:21 Michał Górny
2024-11-09 10:05 Arthur Zamarin
2024-10-23 19:33 Arthur Zamarin
2024-10-12 15:05 Sam James
2024-08-29 6:34 Jakov Smolić
2024-08-29 6:34 Jakov Smolić
2024-06-19 17:21 Michał Górny
2024-06-12 7:42 Michał Górny
2024-06-12 6:22 Arthur Zamarin
2024-05-29 4:17 Michał Górny
2024-05-29 4:17 Michał Górny
2024-04-19 6:39 Ionen Wolkens
2024-04-18 16:17 Arthur Zamarin
2024-03-09 16:55 Andrew Ammerlaan
2023-10-20 13:12 Michał Górny
2023-09-17 11:26 Michał Górny
2023-08-15 19:15 Michał Górny
2023-06-18 17:18 Michał Górny
2023-06-18 15:14 Sam James
2023-05-17 3:40 Michał Górny
2023-04-28 14:47 Arthur Zamarin
2023-04-28 14:47 Arthur Zamarin
2023-04-28 5:56 Michał Górny
2023-03-29 5:35 Michał Górny
2023-01-13 17:13 Michał Górny
2023-01-13 14:50 Sam James
2023-01-12 6:14 Michał Górny
2023-01-11 21:24 Sam James
2022-12-13 19:53 Arthur Zamarin
2022-12-12 14:34 Michał Górny
2022-08-30 17:03 Arthur Zamarin
2022-08-30 16:42 Jakov Smolić
2022-07-30 12:35 Arthur Zamarin
2022-07-15 7:21 Michał Górny
2022-07-14 20:04 Arthur Zamarin
2022-06-13 7:18 Michał Górny
2022-06-13 7:18 Michał Górny
2021-07-16 21:44 Sam James
2021-07-13 20:05 Sam James
2021-06-26 2:52 Sam James
2021-06-22 17:02 Marek Szuba
2021-06-14 6:39 Sergei Trofimovich
2021-06-14 6:37 Sergei Trofimovich
2021-06-09 14:43 Sergei Trofimovich
2021-06-05 13:34 Michał Górny
2020-08-21 13:35 Michał Górny
2020-07-08 19:38 Michał Górny
2020-07-08 19:38 Michał Górny
2020-04-21 11:24 Michał Górny
2020-04-21 11:24 Michał Górny
2020-04-21 11:24 Michał Górny
2020-02-05 5:50 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
2016-02-18 17:05 Patrick Lauer
2015-10-28 10:53 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=1496561420.6808e1118b938a742dd649bcb24fb111b3449038.jlec@gentoo \
--to=jlec@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