Compare commits
4 Commits
54ca6150b3
...
0bc7eae7e3
Author | SHA1 | Date | |
---|---|---|---|
|
0bc7eae7e3 | ||
|
cf088c579f | ||
|
757fc2c9c5 | ||
|
a2efe13a9e |
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user