diff --git a/srcpkgs/python-s3transfer/template b/srcpkgs/python-s3transfer/template deleted file mode 100644 index 29aba6cc68b..00000000000 --- a/srcpkgs/python-s3transfer/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'python-s3transfer' -pkgname=python-s3transfer -version=0.3.3 -revision=1 -archs=noarch -wrksrc="s3transfer-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python-botocore" -short_desc="Amazon S3 Transfer Manager (Python2)" -maintainer="Robert Lowry " -license="Apache-2.0" -homepage="https://github.com/boto/s3transfer" -distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz" -checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51 - -python3-s3transfer_package() { - archs=noarch - depends="python3-botocore" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove "usr/lib/python3*" - } -} diff --git a/srcpkgs/python3-s3transfer b/srcpkgs/python3-s3transfer deleted file mode 120000 index f9f265aecc6..00000000000 --- a/srcpkgs/python3-s3transfer +++ /dev/null @@ -1 +0,0 @@ -python-s3transfer \ No newline at end of file diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template new file mode 100644 index 00000000000..9357f623a99 --- /dev/null +++ b/srcpkgs/python3-s3transfer/template @@ -0,0 +1,14 @@ +# Template file for 'python3-s3transfer' +pkgname=python3-s3transfer +version=0.3.3 +revision=2 +wrksrc="s3transfer-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-botocore" +short_desc="Amazon S3 Transfer Manager (Python3)" +maintainer="Robert Lowry " +license="Apache-2.0" +homepage="https://github.com/boto/s3transfer" +distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz" +checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51