dev-python/pyfastcopy: add pyfastcopy
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
4898218d4d
commit
d0038c9f56
1
dev-python/pyfastcopy/Manifest
Normal file
1
dev-python/pyfastcopy/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST pyfastcopy-1.0.3.tar.gz 7376 BLAKE2B 421c97d235e534cbad4b8a139ecf1d5e0e7b40ae6f25ed5084055eede33c9a016cdc029540c384cad7e0a58d7fc1f5ab2639f46bc1ae3d118fda6a64bebce8ea SHA512 7601133f0abbf0d525d2b0e37d9188bc82ae57477389d6a1d1c608b337b4ed399e18af223c3ba22caa2f9fbfb903864307a107bd669d736bae5576fc5f2a5df4
|
8
dev-python/pyfastcopy/metadata.xml
Normal file
8
dev-python/pyfastcopy/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email> parona@protonmail.com </email>
|
||||
<name> Alfred Wingate </name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
15
dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild
Normal file
15
dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild
Normal file
@ -0,0 +1,15 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,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"
|
||||
|
||||
LICENSE="PSF-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
Loading…
Reference in New Issue
Block a user