aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-14 03:16:01 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-14 03:41:40 +0100
commit753037dda3d9136a0077c7440afa2dd6fd398966 (patch)
tree603e03431cb46f7d2900fa15d6667a35d91d3e83 /dev-python/rstr
parentdev-python/sphinx-click: add 3.1.0, drop 3.0.1 (diff)
downloadguru-753037dda3d9136a0077c7440afa2dd6fd398966.tar.gz
guru-753037dda3d9136a0077c7440afa2dd6fd398966.tar.bz2
guru-753037dda3d9136a0077c7440afa2dd6fd398966.zip
dev-python/rstr: add 3.1.0, drop 2.2.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/rstr')
-rw-r--r--dev-python/rstr/Manifest2
-rw-r--r--dev-python/rstr/rstr-3.1.0.ebuild (renamed from dev-python/rstr/rstr-2.2.6.ebuild)8
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
index 6ae33ee17..040a1aa8a 100644
--- a/dev-python/rstr/Manifest
+++ b/dev-python/rstr/Manifest
@@ -1,2 +1,2 @@
-DIST rstr-2.2.6.tar.gz 11197 BLAKE2B 115b674b6d474716623846838b77d08455b60c452150f149f1577ec18a730751af1bc9b4cf3cd445b676ebac1c9bf2262da18f15583d06b75f0746adc363be1b SHA512 ddd4eb4ca25f2bd991d14af6ae800a911a7077dfb14ad1968bf9e62363505e54b4f98b36eb53b7077435f9703116cc2338490a3e0d6d4d1d6fe9857a4d560976
DIST rstr-3.0.0.tar.gz 11389 BLAKE2B 8e5283ed2fd478189a1ddb0663069ca4a50b52a928290af171d8e79b6e59659530f45eac282cffe52be150c8d4a75adca35fdc2e5afb5c0025da31ada02fc3c7 SHA512 8b9909057f44ffdbfa5a037f9eaf50e506204d846143b54c23c6c83a8589ea5dc7236fa7f987e20b127ef139bef6f47b22239fd961da1f5c5b45606f511cadd8
+DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908 SHA512 3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216
diff --git a/dev-python/rstr/rstr-2.2.6.ebuild b/dev-python/rstr/rstr-3.1.0.ebuild
index af5142c3c..843c74e97 100644
--- a/dev-python/rstr/rstr-2.2.6.ebuild
+++ b/dev-python/rstr/rstr-3.1.0.ebuild
@@ -1,14 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Easily generate random strings of various types"
-HOMEPAGE="https://pypi.org/project/rstr"
+HOMEPAGE="
+ https://github.com/leapfrogonline/rstr
+ https://pypi.org/project/rstr/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
LICENSE="BSD"