Compare commits

...

4 Commits

Author SHA1 Message Date
Alfred Wingate
0bc7eae7e3
dev-python/unpaddedbase64: improve SRC_URI
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2020-09-25 12:45:22 +03:00
Alfred Wingate
cf088c579f
dev-python/matrix-nio: improve SRC_URI
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2020-09-25 12:44:26 +03:00
Alfred Wingate
757fc2c9c5
dev-python/blist: improve SRC_URI
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2020-09-25 12:43:50 +03:00
Alfred Wingate
a2efe13a9e
dev-python/pyfastcopy: improve SRC_URI
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2020-09-25 12:43:06 +03:00
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="A list-like type" DESCRIPTION="A list-like type"
HOMEPAGE="https://github.com/DanielStutzbach/blist http://stutzbachenterprises.com/blist/" HOMEPAGE="https://github.com/DanielStutzbach/blist http://stutzbachenterprises.com/blist/"
SRC_URI="https://github.com/DanielStutzbach/blist/archive/v"${PV}".tar.gz -> "${PF}".tar.gz" SRC_URI="https://github.com/DanielStutzbach/blist/archive/v"${PV}".tar.gz -> "${P}".tar.gz"
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"

View File

@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles"
HOMEPAGE="https://github.com/poljar/matrix-nio" HOMEPAGE="https://github.com/poljar/matrix-nio"
SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${PF}.tar.gz" SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC" LICENSE="ISC"
SLOT="0" SLOT="0"

View File

@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call" DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call"
HOMEPAGE="https://github.com/desbma/pyfastcopy" HOMEPAGE="https://github.com/desbma/pyfastcopy"
SRC_URI="https://github.com/desbma/pyfastcopy/archive/"${PV}".tar.gz -> "${PF}".tar.gz" SRC_URI="https://github.com/desbma/pyfastcopy/archive/"${PV}".tar.gz -> "${P}".tar.gz"
LICENSE="PSF-2" LICENSE="PSF-2"
SLOT="0" SLOT="0"

View File

@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="Encode and decode Base64 without "=" padding." DESCRIPTION="Encode and decode Base64 without "=" padding."
HOMEPAGE="https://github.com/matrix-org/python-unpaddedbase64" HOMEPAGE="https://github.com/matrix-org/python-unpaddedbase64"
SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v"${PV}".tar.gz -> "${PF}".tar.gz" SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v"${PV}".tar.gz -> "${P}".tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"