From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pastedeploy/
Date: Mon, 12 Oct 2020 19:42:47 +0000 (UTC) [thread overview]
Message-ID: <1602531734.375ab4e3a412cae8eed982e2c4e41b69381c1a21.mgorny@gentoo> (raw)
commit: 375ab4e3a412cae8eed982e2c4e41b69381c1a21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 19:40:05 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 19:42:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375ab4e3
dev-python/pastedeploy: Bump to 2.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastedeploy/Manifest | 1 +
dev-python/pastedeploy/pastedeploy-2.1.1.ebuild | 40 +++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/pastedeploy/Manifest b/dev-python/pastedeploy/Manifest
index b77b5542c95..8c886f14f1d 100644
--- a/dev-python/pastedeploy/Manifest
+++ b/dev-python/pastedeploy/Manifest
@@ -1 +1,2 @@
DIST pastedeploy-2.1.0.tar.gz 32240 BLAKE2B 1672e3b48a287f57e9e7fca082e4cd07cea770db1c2ae0012a83dc8ec927d83bf94461a69c7afdbed082c72506eb46c0c5db15e5f0bc24ad7a4212efb9f6696e SHA512 2c639b5ad07faee013ff3fe37d0e3c6ca7b56ed0960dbcaf133c05d51a7f29d6a2f35118bd8faea4d9aca90438c43d8046a340833878e4b925f32142df169c97
+DIST pastedeploy-2.1.1.tar.gz 32339 BLAKE2B d11affa480e5c9b7be53d0431090e4ec9d66f8862b1aadf6a993a09f9c952380d7698eaa7442614936a8316e2ac50404a096bf64bb3ef31f55cbee35b5982166 SHA512 0109e30cb5ae9bdd7f06a79f6236c90f96c3bcfe507258572b1329796a1821486d9762d954673ccbac76ee63c6a69e64fe5e2cae5402fecf4a5affe88cf46930
diff --git a/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild b/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild
new file mode 100644
index 00000000000..0096412f88f
--- /dev/null
+++ b/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild
@@ -0,0 +1,40 @@
+# 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_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="PasteDeploy"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Load, configure, and compose WSGI applications and servers"
+HOMEPAGE="https://pypi.org/project/PasteDeploy/"
+# pypi tarball does not include tests
+SRC_URI="https://github.com/Pylons/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ sed -i 's:"pytest-runner"::' setup.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ use doc && dodoc docs/*.txt
+ find "${D}" -name '*.pth' -delete || die
+}
next reply other threads:[~2020-10-12 19:42 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-12 19:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-26 18:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/pastedeploy/ Arthur Zamarin
2024-07-11 20:55 James Le Cuirot
2024-05-18 6:36 Michał Górny
2023-12-09 13:56 Michał Górny
2023-12-09 13:52 Michał Górny
2023-11-21 19:05 Michał Górny
2023-05-28 16:25 Michał Górny
2022-11-19 8:44 Arthur Zamarin
2022-11-19 8:37 Arthur Zamarin
2022-10-18 6:36 Michał Górny
2022-05-17 7:21 Michał Górny
2022-04-19 19:50 Michał Górny
2022-04-19 17:21 Michał Górny
2022-04-19 17:03 Arthur Zamarin
2022-04-11 20:17 Michał Górny
2021-09-05 8:52 Michał Górny
2021-09-05 6:02 Sam James
2021-08-31 6:57 Arthur Zamarin
2021-07-28 23:38 Marek Szuba
2021-05-29 21:34 Michał Górny
2020-11-28 14:21 Sam James
2020-11-15 7:54 Michał Górny
2020-11-15 5:19 Sam James
2020-07-25 8:31 Michał Górny
2020-07-09 13:01 Michał Górny
2020-07-09 13:01 Michał Górny
2020-05-26 16:57 Michał Górny
2020-05-26 16:23 Michał Górny
2020-01-27 7:22 Michał Górny
2020-01-27 7:22 Michał Górny
2019-11-27 21:21 Patrick McLean
2019-04-16 2:47 Matthew Thode
2018-11-09 14:20 Alexey Shvetsov
2018-08-17 1:38 Mikle Kolyada
2018-03-24 11:21 Michał Górny
2018-03-21 5:55 Markus Meier
2018-01-06 19:55 Sergei Trofimovich
2017-12-28 14:03 Sergei Trofimovich
2017-12-28 12:29 Sergei Trofimovich
2017-12-06 22:34 Sergei Trofimovich
2017-11-30 20:19 Tobias Klausmann
2017-05-15 19:17 Tobias Klausmann
2017-05-09 18:43 Michał Górny
2017-05-09 18:43 Michał Górny
2016-03-25 4:13 Matt Thode
2016-02-28 7:08 Matt Thode
2015-10-14 15:43 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=1602531734.375ab4e3a412cae8eed982e2c4e41b69381c1a21.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