Skip to content

Commit

Permalink
Remove link to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Dec 26, 2024
1 parent 8270628 commit 386d518
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _module="webpy"
_pkgname="python-$_module"
pkgname="bbv-$_module"
pkgver=0.70
pkgrel=3
pkgrel=4
replaces=('python-webpy')
provides=('python-webpy')
pkgdesc="A web framework for Python"
Expand Down Expand Up @@ -54,9 +54,6 @@ package() {
cd ${pkgdir:?}
if [[ -e usr/lib/python3.12 ]]; then
rm -R usr/lib/python3.12/site-packages/web/__pycache__
mkdir -p usr/lib/python3.11/site-packages
cd usr/lib/python3.11/site-packages
ln -s ../../python3.12/site-packages/web web
mkdir -p usr/lib/python3.13/site-packages
cd usr/lib/python3.13/site-packages
ln -s ../../python3.12/site-packages/web web
Expand All @@ -65,8 +62,5 @@ package() {
mkdir -p usr/lib/python3.12/site-packages
cd usr/lib/python3.12/site-packages
ln -s ../../python3.13/site-packages/web web
mkdir -p usr/lib/python3.11/site-packages
cd usr/lib/python3.11/site-packages
ln -s ../../python3.11/site-packages/web web
fi
}

0 comments on commit 386d518

Please sign in to comment.