summaryrefslogtreecommitdiff
path: root/dev-python/inflection
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-31 21:24:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-31 21:24:18 +0100
commit6e479260831a77b38f58e3f572ead93d8327cf18 (patch)
tree34d09750ce726569f87a0c559e9f1f843ac3d26b /dev-python/inflection
parenta407e25d814596ca802d83102671d95e00079767 (diff)
gentoo auto-resync : 31:05:2023 - 21:24:18
Diffstat (limited to 'dev-python/inflection')
-rw-r--r--dev-python/inflection/Manifest2
-rw-r--r--dev-python/inflection/inflection-0.5.1-r1.ebuild8
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/inflection/Manifest b/dev-python/inflection/Manifest
index 80d2777b9189..fbd545605562 100644
--- a/dev-python/inflection/Manifest
+++ b/dev-python/inflection/Manifest
@@ -1,3 +1,3 @@
DIST inflection-0.5.1.tar.gz 15091 BLAKE2B f3db09d1010ce22b67dcd519f59f25f240f463872932fd6218209768b4c5e064776ef5300a8d7f9a6b9cb94392b05b46963f00b94c6de29fb325947df7b243cf SHA512 82f70e2b81fb166260191a464383f6674e3b21504a35ee605ac6ce4bb163c8f3bbe6d06379575178d7196701459506dd541f32e48f24b32f42d5cfb717158d50
-EBUILD inflection-0.5.1-r1.ebuild 428 BLAKE2B 66b249bbec67a3a80252797bc0c721eb85052ad08d862249db508272d76c7d534e988a13e7153716ee43c2c15fea96836af896d3abcccfe36c8d7fbb4ca22f0f SHA512 d76e2287f0865ec68b4df6d024bcfcb5a3fc8390f99fc6a61d0d238e9b1e14a224a540d16d49763d38f38ecb9567c25d04bfba59e1dd9732eabb9a2528439dca
+EBUILD inflection-0.5.1-r1.ebuild 472 BLAKE2B 7adb5f929364928f00bf7347c0f8f919c5dbbc179baf24230df4534aa67cf8e6db3cd97b0e9a0c2f1a778b5a079bb0a754577f5d63025c210255612ab30a7f95 SHA512 002b9068af32f960445614a8176f28e1b4907ce62ebcc0bec3605da3ac11d7ff605f4db80dcc1b1316ddc5acb9a415fe9ff96b058c96321aa444732d375f2be3
MISC metadata.xml 445 BLAKE2B 54ea8efb9148eb2cf2c273976bda73ac7552460920d1ef99f545e2ed096d065bc7cb7ffb44f989bc8429677eacc68de97b9a7f64a6d25fe07f55ba5bda5097a6 SHA512 d32e48ed10db8276a5e9efa040b91869423bfc1ec0ef93d875e726eb4ce23d9ab7ad11deb6aee79cc29a063e4a2af64a8076352d1557cb59464c36496edd411b
diff --git a/dev-python/inflection/inflection-0.5.1-r1.ebuild b/dev-python/inflection/inflection-0.5.1-r1.ebuild
index a5efa6c73e39..5d0ee46645e5 100644
--- a/dev-python/inflection/inflection-0.5.1-r1.ebuild
+++ b/dev-python/inflection/inflection-0.5.1-r1.ebuild
@@ -3,12 +3,16 @@
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1 pypi
DESCRIPTION="A port of Ruby on Rails' inflector to Python"
-HOMEPAGE="https://github.com/jpvanhal/inflection"
+HOMEPAGE="
+ https://github.com/jpvanhal/inflection/
+ https://pypi.org/project/inflection/
+"
LICENSE="MIT"
SLOT="0"