distutilscross: update PKG_SITE

This commit is contained in:
heitbaum 2020-12-13 10:30:11 +00:00
parent 444f1ca4db
commit cd3be97bc1

View File

@ -6,7 +6,7 @@ PKG_NAME="distutilscross"
PKG_VERSION="0.1" PKG_VERSION="0.1"
PKG_SHA256="4ed3fb427708c8a3ed5fe9c599532480f581078a1e0aec0e50f40eb58e9f0015" PKG_SHA256="4ed3fb427708c8a3ed5fe9c599532480f581078a1e0aec0e50f40eb58e9f0015"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://bitbucket.org/lambacck/distutilscross/" PKG_SITE="https://pypi.org/project/distutilscross/"
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="Python3:host setuptools:host" PKG_DEPENDS_HOST="Python3:host setuptools:host"
PKG_LONGDESC="distutilscross enhances distutils to support Cross Compile of Python extensions" PKG_LONGDESC="distutilscross enhances distutils to support Cross Compile of Python extensions"