diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/asn1crypto | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/asn1crypto')
-rw-r--r-- | dev-python/asn1crypto/Manifest | 2 | ||||
-rw-r--r-- | dev-python/asn1crypto/asn1crypto-1.5.1.ebuild | 13 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/asn1crypto/Manifest b/dev-python/asn1crypto/Manifest index 1bb6c82a523b..e6ca7d2f303d 100644 --- a/dev-python/asn1crypto/Manifest +++ b/dev-python/asn1crypto/Manifest @@ -1,3 +1,3 @@ DIST asn1crypto-1.5.1.gh.tar.gz 686175 BLAKE2B 1e308ac17c36daaa9ca69fc48ccf0465e540b07d96c1a3e6977844994950e2c75061d7b88525b7e46b61e5c725ac4505ada8757d51ac67c72f11f86917fca54b SHA512 1bcb93d82a2602e3b5c66a180f5d16cd3a9731d86d89fbd44c1e23d735e708e9bf9bb6cbabc2a5d60619f51a7c38dfb1f7ed63820f422ccf42800a39f4637626 -EBUILD asn1crypto-1.5.1.ebuild 774 BLAKE2B 61a77338abde4860cc8c376d01d075518b3566b932ec28e214698097654f9d5fa271a5112352b9a563cab8bc8435ed1e872cef494bc1b9890ae69e673d3ee940 SHA512 f97eeebad4141706cc9bf5698db5fa26f078e659e9696a93541857e32fed2ba700fde5e69c7a6bebb0acc523933f4cd7a64e999998f59cd7fd5f8b6f4348b322 +EBUILD asn1crypto-1.5.1.ebuild 748 BLAKE2B 71a1db9ff6bb1583af6725115e9e4e32bbad8d377662ecc94197077a11f1ca8aad7a9fbf4360ae59f49dd1d2cd33bccd6b23661e32cbc80c8925aa163e384012 SHA512 3f0fd62334eedddea3a95c5334e671fdeb651c6a428e7802e793c193dbdbf82932a9f20cd7926f9efd55eeea5d5fb37551170085da8c8a73433031cfd3c09217 MISC metadata.xml 394 BLAKE2B cb3902bf00ff0b7ad12e9e9354c399c86822f90d2bc92b52adfd45e04f3bdde21f803783ad8b69c518fd1b01e9e3d3d0a1a3c7753303cabb0905ec049e92f3ec SHA512 88d151e398b1ad0e0f2416a561bd0ec21c5fc65b9b62ebd2ede159123254d8bff2bdc49b0ca22da628a126602d9d2c94600855e403531cfb4124587c7913e93f diff --git a/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild b/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild index 5c86d5eeda76..c8557a4efc04 100644 --- a/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild +++ b/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild @@ -4,15 +4,20 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic API" -HOMEPAGE="https://github.com/wbond/asn1crypto/ https://pypi.org/project/asn1crypto/" -# pypi tarball does not have tests -SRC_URI="https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/wbond/asn1crypto/ + https://pypi.org/project/asn1crypto/ +" +SRC_URI=" + https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |