Remove package: python3-sabyenc3
This commit is contained in:
parent
b3ee1c5cf4
commit
69fc96f8a9
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'python3-sabyenc3'
|
||||
pkgname=python3-sabyenc3
|
||||
version=5.4.4
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="SABYEnc - yEnc Decoding for Python 3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/sabnzbd/sabyenc/"
|
||||
distfiles="$PYPI_SITE/s/sabyenc3/sabyenc3-$version.tar.gz"
|
||||
checksum=f3d65f2a70bcb13ef1beae0ff6bb3b69adae18497035f8cd4ffe4e5af1aa2f41
|
||||
|
||||
pre_configure() {
|
||||
vsed -i -e '
|
||||
/-O3/d
|
||||
/IS_X86 =/s/=.*/= False/
|
||||
/IS_MACOS =/s/=.*/= False/
|
||||
/IS_ARM =/s/=.*/= False/
|
||||
' setup.py
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64* | i686*)
|
||||
vsed -i -e '/IS_X86 =/s/=.*/= True/' setup.py ;;
|
||||
aarch64* | arm*)
|
||||
vsed -i -e '/IS_ARM =/s/=.*/= True/' setup.py ;;
|
||||
esac
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1.20240825
|
||||
version=0.1.20240905
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
|
@ -678,6 +678,7 @@ replaces="
|
|||
python3-pyside-phonon<=5.15.0_2
|
||||
python3-pyside<=5.15.0_2
|
||||
python3-pyspotify<=2.1.3_5
|
||||
python3-sabyenc3<=5.4.4_2
|
||||
python3-scikit-video<=1.1.11_6
|
||||
python3-shiboken<=5.15.0_3
|
||||
python3-snakeoil-devel<=0.8.8_4
|
||||
|
|
Loading…
Reference in New Issue