Merge pull request #2150 from thoradia/pathlib

pathlib: fix PKG_URL
This commit is contained in:
CvH 2017-10-27 16:16:23 +02:00 committed by GitHub
commit 2a530ac2ce

View File

@ -22,7 +22,7 @@ PKG_SHA256="6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://pathlib.readthedocs.org" PKG_SITE="http://pathlib.readthedocs.org"
PKG_URL="http://pypi.python.org/packages/source/p/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://pypi.python.org/packages/source/p/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="Python3:host" PKG_DEPENDS_HOST="Python3:host"
PKG_SECTION="python/devel" PKG_SECTION="python/devel"
PKG_SHORTDESC="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way" PKG_SHORTDESC="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way"