diff --git a/srcpkgs/python-b2sdk b/srcpkgs/python-b2sdk new file mode 120000 index 00000000000..3eb37f21757 --- /dev/null +++ b/srcpkgs/python-b2sdk @@ -0,0 +1 @@ +python3-b2sdk \ No newline at end of file diff --git a/srcpkgs/python-b2sdk/patches/lazy-fixture.patch b/srcpkgs/python3-b2sdk/patches/lazy-fixture.patch similarity index 100% rename from srcpkgs/python-b2sdk/patches/lazy-fixture.patch rename to srcpkgs/python3-b2sdk/patches/lazy-fixture.patch diff --git a/srcpkgs/python-b2sdk/patches/setuptools_scm.patch b/srcpkgs/python3-b2sdk/patches/setuptools_scm.patch similarity index 100% rename from srcpkgs/python-b2sdk/patches/setuptools_scm.patch rename to srcpkgs/python3-b2sdk/patches/setuptools_scm.patch diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python3-b2sdk/template similarity index 70% rename from srcpkgs/python-b2sdk/template rename to srcpkgs/python3-b2sdk/template index 58101fd4857..d2f54383adc 100644 --- a/srcpkgs/python-b2sdk/template +++ b/srcpkgs/python3-b2sdk/template @@ -1,12 +1,11 @@ -# Template file for 'python-b2sdk' -# keep python-b2sdk name to revert this package -pkgname=python-b2sdk +# Template file for 'python3-b2sdk' +pkgname=python3-b2sdk version=1.18.0 -revision=2 +revision=3 build_style=python3-pep517 make_install_target="dist/b2sdk-${version}-*-*-*.whl" hostmakedepends="python3-setuptools_scm python3-wheel" -depends="python3-logfury python3-Arrow python3-requests python3-six" +depends="python3-logfury python3-Arrow python3-requests python3-tqdm" checkdepends="python3-pytest-lazy-fixture $depends python3-dateutil python3-mock python3-tqdm python3-pyflakes" short_desc="Backblaze's B2 Python SDK" @@ -15,8 +14,16 @@ license="MIT" homepage="https://pypi.org/project/b2sdk" distfiles="${PYPI_SITE}/b/b2sdk/b2sdk-${version}.tar.gz" checksum=9272f28d18d498b66d33d749a0f05e49d9bb1a9134f94261c0b8bfa1b56f3eec +replaces="python-b2sdk>=0" +# Tests require an application key make_check=no post_install() { vlicense LICENSE } + +python-b2sdk_package() { + build_style=meta + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - transitional package" +} diff --git a/srcpkgs/python-b2sdk/update b/srcpkgs/python3-b2sdk/update similarity index 100% rename from srcpkgs/python-b2sdk/update rename to srcpkgs/python3-b2sdk/update