fix: pygments version downgrade
This commit is contained in:
parent
6b826d41c6
commit
d9a1d37c20
@ -15,7 +15,7 @@ PACKAGE() {
|
||||
cd "hatchling-${VERSION}"
|
||||
|
||||
python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
PYTHONPATH=src python3 -m installer --destdir="${ROOTDIR}" dist/*.whl
|
||||
python3 -m installer --destdir="${ROOTDIR}" dist/*.whl
|
||||
|
||||
cd .. && rm -r "hatchling-${VERSION}"
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ PACKAGE() {
|
||||
cd "pluggy-${VERSION}"
|
||||
|
||||
python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
PYTHONPATH=src python3 -m installer --destdir="${ROOTDIR}" dist/*.whl
|
||||
python3 -m installer --destdir="${ROOTDIR}" dist/*.whl
|
||||
|
||||
cd .. && rm -r "pluggy-${VERSION}"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# 2.18.0
|
||||
Update to new upstream release
|
||||
# 2.17.2
|
||||
Update to a newer upstream release
|
||||
|
||||
# 2.16.1
|
||||
First version
|
||||
|
@ -1,19 +1,19 @@
|
||||
NAME="pypi-pygments"
|
||||
DESC="General syntax highlighter written in Python, for more than 300 languages"
|
||||
VERSION="2.18.0"
|
||||
VERSION="2.17.2"
|
||||
|
||||
FILES=("https://pypi.org/packages/source/p/pygments/pygments-${VERSION}.tar.gz")
|
||||
HASHES=("786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199")
|
||||
FILES=("https://files.pythonhosted.org/packages/source/P/Pygments/pygments-${VERSION}.tar.gz")
|
||||
HASHES=("7c059773b0f4808f9402eb0650de6bd4")
|
||||
|
||||
DEPENDS=("python3")
|
||||
BUILD=("sphinx")
|
||||
BUILD=()
|
||||
|
||||
PACKAGE() {
|
||||
tar xf "Pygments-${VERSION}.tar.gz"
|
||||
cd "Pygments-${VERSION}"
|
||||
tar xf "pygments-${VERSION}.tar.gz"
|
||||
cd "pygments-${VERSION}"
|
||||
|
||||
python3 -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
python3 -m installer --destdir="${ROOTDIR}" dist/*.whl
|
||||
|
||||
cd .. && rm -r "Pygments-${VERSION}"
|
||||
cd .. && rm -r "pygments-${VERSION}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user