From c7172ed376a88cabad932242c08c0564265f9c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 16:54:24 +0700 Subject: [PATCH] python-astroid: drop package --- srcpkgs/python-astroid/template | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 srcpkgs/python-astroid/template diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template deleted file mode 100644 index 9da6aebae87..00000000000 --- a/srcpkgs/python-astroid/template +++ /dev/null @@ -1,22 +0,0 @@ -# Template file for 'python-astroid' -pkgname=python-astroid -version=1.6.6 -revision=2 -archs=noarch -wrksrc="astroid-${version}" -build_style=python2-module -pycompile_module="astroid" -hostmakedepends="python-setuptools" -depends="python-six python-lazy-object-proxy python-wrapt - python-backports.functools_lru_cache python-enum34 python-singledispatch" -short_desc="Abstract syntax tree for Python2" -maintainer="Alessio Sergi " -homepage="https://github.com/PyCQA/astroid" -license="GPL-2.0-or-later, LGPL-2.1-or-later" -distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz" -checksum=d25869fc7f44f1d9fb7d24fd7ea0639656f5355fc3089cd1f3d18c6ec6b124c7 - -post_install() { - # no tests - rm -rf ${DESTDIR}/usr/lib/python*/site-packages/astroid/tests -}