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/virtualenv-clone/
Date: Sat, 21 May 2022 09:09:46 +0000 (UTC)	[thread overview]
Message-ID: <1653124177.b6b84926d7974b3ef5bc48ad91b18a9472e89e11.mgorny@gentoo> (raw)

commit:     b6b84926d7974b3ef5bc48ad91b18a9472e89e11
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 08:43:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 21 09:09:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b84926

dev-python/virtualenv-clone: Bump to 0.5.7

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

 dev-python/virtualenv-clone/Manifest               |  1 +
 .../virtualenv-clone/virtualenv-clone-0.5.7.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/virtualenv-clone/Manifest b/dev-python/virtualenv-clone/Manifest
index 25dc92f02efe..2dd7b31a38df 100644
--- a/dev-python/virtualenv-clone/Manifest
+++ b/dev-python/virtualenv-clone/Manifest
@@ -1 +1,2 @@
 DIST virtualenv-clone-0.5.6.gh.tar.gz 8723 BLAKE2B 2bac625f85a26ac2224fb982230fdf592963ac462d6d86c59100bf960fc37dd4ae7ae9da0e6234e1b2952d77ce55e0a0c60c06c7db4868709638f21479e8150b SHA512 5788a3d2994b3cbf4ec4668e2d0597e7a033a5eb13465b3964aeb2a38c5798a879e818a88a9cfa37b87a9aae534416c157cd82959af556b6ec94ffbc755ba844
+DIST virtualenv-clone-0.5.7.gh.tar.gz 8749 BLAKE2B 584f67c5a1921667ff2daf3b632ca6661d60ace166c6d05e22783a37c4387a92ec1a97990eb7a0c1a687d3e14d258df54b8b81c560458e33c31657c2c378382a SHA512 a71cc1e02ac70fb41945a505297ae894a0bd17e397f90b7cc9ddff599b2f649ca24d3e767a2672e8c27c387e5a235ec6bcbbfcdeb9a0c6e6d4600cf7f4149f4a

diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.7.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.5.7.ebuild
new file mode 100644
index 000000000000..d7c7d6520d7c
--- /dev/null
+++ b/dev-python/virtualenv-clone/virtualenv-clone-0.5.7.ebuild
@@ -0,0 +1,31 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A script for cloning a non-relocatable virtualenv"
+HOMEPAGE="
+	https://github.com/edwardgeorge/virtualenv-clone/
+	https://pypi.org/project/virtualenv-clone/
+"
+SRC_URI="
+	https://github.com/edwardgeorge/virtualenv-clone/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/virtualenv[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-05-21  9:09 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-21  9:09 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-17 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv-clone/ Michał Górny
2024-01-21  7:58 Viorel Munteanu
2023-06-01 14:37 Michał Górny
2022-11-01  6:17 Georgy Yakovlev
2022-06-22 11:50 Michał Górny
2022-06-22 10:10 Agostino Sarubbo
2022-05-16 17:47 Arthur Zamarin
2022-05-16 17:47 Arthur Zamarin
2022-03-30 11:25 Jakov Smolić
2021-08-30  5:57 Michał Górny
2021-08-30  1:23 Sam James
2021-08-29 22:11 Michał Górny
2021-07-28  5:31 Michał Górny
2021-07-28  5:31 Michał Górny
2021-07-21  8:35 Michał Górny
2021-07-20  9:08 Michał Górny
2021-01-25  6:49 Matthew Thode
2020-03-29 11:14 Michał Górny
2020-01-13 18:06 Sebastian Pipping
2018-11-10 14:25 Justin Lecher
2017-12-02 15:09 Mike Gilbert
2017-10-29 18:40 Matt Thode
2017-05-02  9:48 Michał Górny
2017-01-07 14:48 David Seifert

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=1653124177.b6b84926d7974b3ef5bc48ad91b18a9472e89e11.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