mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 07:41:30 +02:00
fix to follow the best practice
This commit is contained in:
parent
d95bf5bcdb
commit
e4994c4c3b
6 changed files with 7 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
DIST glom-24.11.0.tar.gz 195120 BLAKE2B e41ddbb24f9dd4bfe5bd9c39c444b5c09491d71fde04dc5f6671aefcb751d845c80b38605bd0dc61172b1a12b1f71cda053b4dec1e0b4d6801fac715244759ca SHA512 12e0d1590b98b1a4a1dcd497f00ad29fe2fb45fc17159b9decab17a3cdc8e8013fbdf262c540a2cafd257202f0e65e8961c894674ec83672c59c77def0e00eb5
|
||||
DIST glom-24.11.0.gh.tar.gz 191809 BLAKE2B fa991c65fb553200c5446541699b0c3eef10838d081cf9898bd492705f54051f25dc8431f3e441198133266eb18b6b64d0171345a74cd54c6821b77632df25c0 SHA512 3e8b425b2cbd483cb1528554df4312451772f16097c811c5bcb942b828483ed7983a67203beb75b9048b903eb5690596a82faffe5963f42074a43fed69ac7641
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="A declarative object transformer for conglomerating nested data"
|
||||
HOMEPAGE="https://github.com/mahmoud/glom"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/mahmoud/glom/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DIST promise-2.3.0.tar.gz 28147 BLAKE2B d7ea153e320cbba4fa074355b48ed25fcd5d80679cb7386f7d7c1fd09fe0559c7c970bae9c3121cde99e2cf8b98d6c496e6382b0e2ca14ad35ae9f82425cf376 SHA512 5b0b6879b2a3abe244d85ec4667ea3c594cb5051887af275226d0f05a50e9735b0fbf4c8890bba55d24d0daf45629db2506c53a784025e706a56705600199958
|
||||
DIST promise-2.3.0.gh.tar.gz 28147 BLAKE2B d7ea153e320cbba4fa074355b48ed25fcd5d80679cb7386f7d7c1fd09fe0559c7c970bae9c3121cde99e2cf8b98d6c496e6382b0e2ca14ad35ae9f82425cf376 SHA512 5b0b6879b2a3abe244d85ec4667ea3c594cb5051887af275226d0f05a50e9735b0fbf4c8890bba55d24d0daf45629db2506c53a784025e706a56705600199958
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="Promises/A+ implementation for Python"
|
||||
HOMEPAGE="https://github.com/syrusakbary/promise"
|
||||
SRC_URI="https://github.com/syrusakbary/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/syrusakbary/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DIST 1.5.17.tar.gz 79665 BLAKE2B c96c92b0f973ef2cdde754e14093fc3dbf6dccab74554c3d0dfc842ff5fa6356121d4dfc0f841d2ba56f3c5011bb7d4a01b0685ae9bea32918003d47ef84ee7b SHA512 b6f8aa8c1ae090daa396cd6198cdd945a26834f767b0e717b0174552c7de8a244e93793544c6fb8b62b3a6bf76f3aae4e889ff803874791fae4634c1c7268136
|
||||
DIST pykcs11-1.5.17.gh.tar.gz 79665 BLAKE2B c96c92b0f973ef2cdde754e14093fc3dbf6dccab74554c3d0dfc842ff5fa6356121d4dfc0f841d2ba56f3c5011bb7d4a01b0685ae9bea32918003d47ef84ee7b SHA512 b6f8aa8c1ae090daa396cd6198cdd945a26834f767b0e717b0174552c7de8a244e93793544c6fb8b62b3a6bf76f3aae4e889ff803874791fae4634c1c7268136
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ MY_P="PyKCS11-${PV}"
|
|||
|
||||
DESCRIPTION="A complete PKCS#11 wrapper for Python"
|
||||
HOMEPAGE="https://github.com/LudovicRousseau/PyKCS11"
|
||||
SRC_URI="https://github.com/LudovicRousseau/PyKCS11/archive/refs/tags/${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/LudovicRousseau/PyKCS11/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue