dev-python/pyfastcopy: improve SRC_URI

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2020-09-25 12:43:06 +03:00
parent 54ca6150b3
commit a2efe13a9e
No known key found for this signature in database
GPG Key ID: 7211B3F7B598F87A
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call"
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"
SLOT="0"