diff --git a/dev-python/pyaes/pyaes-1.6.0.recipe b/dev-python/pyaes/pyaes-1.6.1.recipe similarity index 82% rename from dev-python/pyaes/pyaes-1.6.0.recipe rename to dev-python/pyaes/pyaes-1.6.1.recipe index de52aaf9f..9dc449de4 100644 --- a/dev-python/pyaes/pyaes-1.6.0.recipe +++ b/dev-python/pyaes/pyaes-1.6.1.recipe @@ -5,8 +5,8 @@ HOMEPAGE="https://pypi.python.org/pypi/pip" COPYRIGHT="2014 Richard Moore" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://github.com/ricmoo/pyaes/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="69fb7517bcb8d834d521e31bca671456bd6de87cdf2c338171a48dedebbcf42e" +SOURCE_URI="https://pypi.org/packages/source/p/pyaes/pyaes-$portVersion.tar.gz" +CHECKSUM_SHA256="02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f" ARCHITECTURES="any" @@ -28,7 +28,6 @@ pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} eval "PROVIDES_${pythonPackage}=\"\ ${portName}_$pythonPackage = $portVersion\n\ - cmd:pip$pythonVersion\n\ \"; \ REQUIRES_$pythonPackage=\"\ haiku\n\ @@ -41,16 +40,6 @@ BUILD_PREREQUIRES="$BUILD_PREREQUIRES cmd:python$pythonVersion" done -PROVIDES_python="$PROVIDES_python - cmd:pip - " -REPLACES_python=" - python_pip - " -REPLACES_python3=" - python3_pip - " - INSTALL() { for i in "${!PYTHON_PACKAGES[@]}"; do