SQLAlchemy: bump to 1.2.13, use a constant SOURCE_URI.

This commit is contained in:
fbrosson
2018-11-01 13:43:25 +00:00
parent 9f6bbed037
commit 0337d6953d

View File

@@ -9,8 +9,8 @@ HOMEPAGE="https://www.sqlalchemy.org/"
COPYRIGHT="2006-2018 SQLAlchemy authors and contributors"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/8a/c2/29491103fd971f3988e90ee3a77bb58bad2ae2acd6e8ea30a6d1432c33a3/SQLAlchemy-$portVersion.tar.gz"
CHECKSUM_SHA256="72325e67fb85f6e9ad304c603d83626d1df684fdf0c7ab1f0352e71feeab69d8"
SOURCE_URI="https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-$portVersion.tar.gz"
CHECKSUM_SHA256="84412de3794acee05630e7788f25e80e81f78eb4837e7b71d0499129f660486a"
SOURCE_DIR="SQLAlchemy-$portVersion"
ARCHITECTURES="any"