diff --git a/dev-python/pyfastcopy/Manifest b/dev-python/pyfastcopy/Manifest new file mode 100644 index 0000000..00f1c04 --- /dev/null +++ b/dev-python/pyfastcopy/Manifest @@ -0,0 +1 @@ +DIST pyfastcopy-1.0.3.tar.gz 7376 BLAKE2B 421c97d235e534cbad4b8a139ecf1d5e0e7b40ae6f25ed5084055eede33c9a016cdc029540c384cad7e0a58d7fc1f5ab2639f46bc1ae3d118fda6a64bebce8ea SHA512 7601133f0abbf0d525d2b0e37d9188bc82ae57477389d6a1d1c608b337b4ed399e18af223c3ba22caa2f9fbfb903864307a107bd669d736bae5576fc5f2a5df4 diff --git a/dev-python/pyfastcopy/metadata.xml b/dev-python/pyfastcopy/metadata.xml new file mode 100644 index 0000000..562a194 --- /dev/null +++ b/dev-python/pyfastcopy/metadata.xml @@ -0,0 +1,8 @@ + + + + + parona@protonmail.com + Alfred Wingate + + diff --git a/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild b/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild new file mode 100644 index 0000000..e964521 --- /dev/null +++ b/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild @@ -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"