diff --git a/dev-python/pyfastcopy/Manifest b/dev-python/pyfastcopy/Manifest deleted file mode 100644 index 00f1c04..0000000 --- a/dev-python/pyfastcopy/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 562a194..0000000 --- a/dev-python/pyfastcopy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - 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 deleted file mode 100644 index 41d0a7e..0000000 --- a/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_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 -> "${P}".tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~amd64"