public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 21 Nov 2023 19:05:05 +0000 (UTC)	[thread overview]
Message-ID: <1700593497.0b072dbbe864d14e23c39dcf7e12c55c7cd20c9a.mgorny@gentoo> (raw)

commit:     0b072dbbe864d14e23c39dcf7e12c55c7cd20c9a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 16:52:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 19:04:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b072dbb

dev-python/pastedeploy: Bump to 3.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pastedeploy/Manifest               |  1 +
 dev-python/pastedeploy/pastedeploy-3.1.ebuild | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pastedeploy/Manifest b/dev-python/pastedeploy/Manifest
index 13af0bc6a3ef..25f7adf17e69 100644
--- a/dev-python/pastedeploy/Manifest
+++ b/dev-python/pastedeploy/Manifest
@@ -1 +1,2 @@
 DIST pastedeploy-3.0.1.gh.tar.gz 33420 BLAKE2B d96e9429852ce2f6b82aac834c3a1da069f02d542f7379935e42a9e663cdee807230bbede3acc03fb5cccc3b4462d3f3afaa84eec09225bbaffe6ece4534f3fe SHA512 2b06351b9104da1e0d30c90492ee31113aacf5cde7a66a34482c4625af902b855eab2af80073db4eb18805a192f858dac360062dadf58a161cc3cfabf5b67a1a
+DIST pastedeploy-3.1.gh.tar.gz 33634 BLAKE2B 11087275f0c0f73b44ecc4bdcd6c284534d81056ce2dc898b8a891261b2ec71502679a688e2183adc4572089846d2c06fe5b48648f78ea6667f29e142b656656 SHA512 da13c8181d1f003bf61f954655a1876f49253954c320c6a2db0ca2b92acf057e48dff97376da2f9dce6181e5349ffa2d8cddbf71d3360d6c0fa8d5dedbbb2ae3

diff --git a/dev-python/pastedeploy/pastedeploy-3.1.ebuild b/dev-python/pastedeploy/pastedeploy-3.1.ebuild
new file mode 100644
index 000000000000..cdac4e2a2abb
--- /dev/null
+++ b/dev-python/pastedeploy/pastedeploy-3.1.ebuild
@@ -0,0 +1,41 @@
+# 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_{10..12} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="PasteDeploy"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Load, configure, and compose WSGI applications and servers"
+HOMEPAGE="
+	https://github.com/Pylons/pastedeploy/
+	https://pypi.org/project/PasteDeploy/
+"
+SRC_URI="
+	https://github.com/Pylons/pastedeploy/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+	!dev-python/namespace-paste
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -i -e 's:--cov::' pytest.ini || die
+	distutils-r1_src_prepare
+}
+
+python_compile() {
+	distutils-r1_python_compile
+	find "${BUILD_DIR}" -name '*.pth' -delete || die
+}


             reply	other threads:[~2023-11-21 19:05 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21 19:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-12 17:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/pastedeploy/ Sam James
2025-02-16 20:33 Michał Górny
2024-08-26 18:54 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-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-10-12 19:42 Michał Górny
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=1700593497.0b072dbbe864d14e23c39dcf7e12c55c7cd20c9a.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