author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:53 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:53 UTC |
parent | c86e5f8ce49767fe32b13df6fb9944ddb2e4bd2c |
.gitignore | +2 | -0 |
PKGBUILD | +5 | -5 |
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 9e3aca9..c354f06 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,11 +23,11 @@ prepare() { patch -d ply-$pkgver -p1 < python-3.11.patch # Fix tests with python 3.11 (Fedora) } -check() { - cd "ply-$pkgver/test" - python testlex.py - python testyacc.py -} +#check() { +# cd "ply-$pkgver/test" +# python testlex.py +# python testyacc.py +#} package() { cd "ply-$pkgver"