python3-typed-ast: remove package
This package is unused in Void and abandoned upstream.
This commit is contained in:
parent
56666be974
commit
7225e2b940
|
@ -1,19 +0,0 @@
|
|||
# Template file for 'python3-typed-ast'
|
||||
pkgname=python3-typed-ast
|
||||
version=1.5.4
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="AST module with type comment support"
|
||||
maintainer="whoami <whoami@systemli.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/python/typed_ast"
|
||||
distfiles="https://github.com/python/typed_ast/archive/${version}.tar.gz"
|
||||
checksum=1b2db37247c74594660aa9ad40014394fd765ed7fba90256f472329c06e742ab
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib* && pwd)" pytest
|
||||
}
|
|
@ -748,6 +748,7 @@ replaces="
|
|||
python3-sqlalchemy-migrate<=0.12.0_6
|
||||
python3-stormssh<=0.7.0_7
|
||||
python3-txacme<=0.9.3_3
|
||||
python3-typed-ast<=1.5.4_3
|
||||
qimageblitz<=0.0.6_4
|
||||
qqc2-desktop-style<=5.115.0_1
|
||||
qt-designer-devel<=4.8.7_29
|
||||
|
|
Loading…
Reference in New Issue