forked from python-packages/python-pid
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 49s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 49s
This commit is contained in:
parent
ba609ca576
commit
df3fa1acdb
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
5
|
||||
6
|
2
debian/control
vendored
2
debian/control
vendored
@ -36,7 +36,7 @@ Suggests:
|
||||
Provides:
|
||||
antlr4-python3-runtime (= ${binary:Version})
|
||||
Description:
|
||||
ANTLR 4.9 runtime for Python 3
|
||||
ANTLR 4.13.2 runtime for Python 3
|
||||
Provides the Python3 runtime for parsers/lexers generated by ANTLR 4.
|
||||
.
|
||||
Also known as "antlr4-python3-runtime".
|
||||
|
3
main.sh
3
main.sh
@ -9,7 +9,8 @@ source ./pika-build-config.sh
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
# Clone Upstream
|
||||
git clone --depth=1 https://github.com/antlr/antlr4 ./python3-antlr4 -b "$VERSION"
|
||||
git clone --depth=1 https://github.com/antlr/antlr4 -b "$VERSION"
|
||||
cp -rvf ./antlr4/runtime/Python3 ./python3-antlr4
|
||||
cp -rvf ./debian ./python3-antlr4/
|
||||
cd ./python3-antlr4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user