mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-typing: remove noarch.
This commit is contained in:
parent
1e8394f073
commit
c0270d6802
1 changed files with 2 additions and 4 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'python-typing'
|
# Template file for 'python-typing'
|
||||||
pkgname=python-typing
|
pkgname=python-typing
|
||||||
version=3.6.6
|
version=3.6.6
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="typing-${version}"
|
wrksrc="typing-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="typing.py"
|
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Backport of the typing module from Python 3.5+"
|
short_desc="Backport of the typing module from Python 3.5+"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://docs.python.org/3/library/typing.html"
|
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
|
homepage="https://docs.python.org/3/library/typing.html"
|
||||||
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
|
||||||
checksum=4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d
|
checksum=4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue