Revert "Added the new PKGBUILD for starfields-logparser."

This reverts commit b21df6a09e.
This commit is contained in:
2023-12-15 09:53:28 +02:00
parent b21df6a09e
commit c6d3a00d20
4 changed files with 95 additions and 5 deletions

View File

@@ -8,11 +8,11 @@ pkgrel=1
pkgdesc='A basic python logparser for arbitrary log files'
arch=('any')
depends=("python>=3.8" "python-django>=3.0")
url="https://git.vickys-corner.xyz/StarFields/starfields-logparser"
url="https://git.vickys-corner.xyz/ace/starfields-logparser"
license=('GPLv3')
source=("https://git.vickys-corner.xyz/StarFields/starfields-logparser/archive/starfields-logparser-0.1.0.tar.gz")
sha256sums=('4998937ddb7648bc7d8fdd4636cb1cdc097893bc889c2f0269e82b49bd451c06')
source=("https://git.vickys-corner.xyz/StarFields/starfields-drf-generics/archive/starfields-drf-generics-0.2.0.tar.gz")
sha256sums=('4803c2574e2232181c4c512aa0a80f7e087bbc8da59279d7ffc99d3167092496')
makedepends=(
'python-build'
@@ -23,11 +23,11 @@ makedepends=(
)
build() {
cd ${srcdir}/starfields-logparser
cd ${srcdir}/starfields-drf-generics
python -m build --wheel --no-isolation
}
package() {
cd ${srcdir}/starfields-logparser/${_pkgname}
cd ${srcdir}/starfields-drf-generics/${_pkgname}
python -m installer --destdir="${pkgdir}" ../dist/*.whl
}