Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-cx-freeze
Commits: 6cf0007c by Antonio Rojas at 2023-12-16T19:44:10+01:00 upgpkg: 6.15.10-1: Update to 6.15.10 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,33 @@ +pkgbase = python-cx-freeze + pkgdesc = Create standalone executables from Python scripts + pkgver = 6.15.10 + pkgrel = 1 + url = https://marcelotduarte.github.io/cx_Freeze + arch = x86_64 + license = PSF + checkdepends = python-pytest-mock + checkdepends = python-bcrypt + checkdepends = python-cryptography + checkdepends = python-openpyxl + checkdepends = python-pandas + checkdepends = python-pillow + checkdepends = python-pydantic + checkdepends = python-pytz + checkdepends = rpm-tools + checkdepends = python-pytest-xdist + checkdepends = python-pytest-datafiles + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = glibc + depends = patchelf + depends = python + depends = python-packaging + depends = python-setuptools + provides = python-cx_freeze + conflicts = python-cx_freeze + replaces = python-cx_freeze + source = https://github.com/marcelotduarte/cx_Freeze/archive/6.15.10/python-cx-freeze-6.15.10.tar.gz + sha512sums = e18823c106049a72180d99b7910986fc727f1301426a90028e39700b183436ffd3c8d060eef0587c7a07c5a67c54f2a8bf62764426e840d7dcd6e9fed7030b26 + +pkgname = python-cx-freeze ===================================== PKGBUILD ===================================== @@ -7,8 +7,8 @@ # Contributor: Julien Duponchelle <[email protected]> pkgname=python-cx-freeze -pkgver=6.12.0 -pkgrel=3 +pkgver=6.15.10 +pkgrel=1 pkgdesc='Create standalone executables from Python scripts' arch=('x86_64') url='https://marcelotduarte.github.io/cx_Freeze' @@ -16,12 +16,16 @@ license=('PSF') depends=('glibc' 'patchelf' 'python' 'python-packaging' 'python-setuptools') makedepends=('python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest-mock' 'python-bcrypt' 'python-cryptography' 'python-openpyxl' - 'python-pandas' 'python-pillow' 'python-pydantic' 'python-pytz' 'rpm-tools') + 'python-pandas' 'python-pillow' 'python-pydantic' 'python-pytz' 'rpm-tools' 'python-pytest-xdist' 'python-pytest-datafiles') replaces=('python-cx_freeze') provides=('python-cx_freeze') conflicts=('python-cx_freeze') source=("https://github.com/marcelotduarte/cx_Freeze/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('a3fdd94b33985b3bb0fbee2fc7438e20f3ddb31f0d71322eed1c06a15954be5845a0b1dfbc55537fe16022db95b446d3fa0b3e8418cd250e653f42a180b8c586') +sha512sums=('e18823c106049a72180d99b7910986fc727f1301426a90028e39700b183436ffd3c8d060eef0587c7a07c5a67c54f2a8bf62764426e840d7dcd6e9fed7030b26') + +prepare() { + sed -e 's|69|70|g' -i cx_Freeze-$pkgver/pyproject.toml # Support setuptools 69 +} build() { cd cx_Freeze-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cx-freeze/-/commit/6cf0007cb9918f58e94c3e7e6576811f91fbdff9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cx-freeze/-/commit/6cf0007cb9918f58e94c3e7e6576811f91fbdff9 You're receiving this email because of your account on gitlab.archlinux.org.
