mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
pycares: bump version.
This commit is contained in:
@@ -5,18 +5,6 @@ Subject: Add Haiku support.
|
||||
|
||||
Just pretend we are NetBSD.
|
||||
|
||||
diff --git a/pycares.egg-info/SOURCES.txt b/pycares.egg-info/SOURCES.txt
|
||||
index 879798e..dc1fd71 100644
|
||||
--- a/pycares.egg-info/SOURCES.txt
|
||||
+++ b/pycares.egg-info/SOURCES.txt
|
||||
@@ -4,6 +4,7 @@ MANIFEST.in
|
||||
README.rst
|
||||
TODO
|
||||
build_inplace
|
||||
+setup.cfg
|
||||
setup.py
|
||||
setup_cares.py
|
||||
tox.ini
|
||||
diff --git a/setup_cares.py b/setup_cares.py
|
||||
index 97c4cc6..5044766 100644
|
||||
--- a/setup_cares.py
|
||||
@@ -6,11 +6,11 @@ HOMEPAGE="https://pypi.python.org/pypi/pycares"
|
||||
COPYRIGHT="2017 Saúl Ibarra Corretgé"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/89/5c/3a7e1a52d6abb52b9ca1a56d2df699936e89d8b98f75cfd60d03363e7c10/pycares-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40"
|
||||
SOURCE_URI="https://pypi.io/packages/source/p/pycares/pycares-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd"
|
||||
PATCHES="pycares-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES=""
|
||||
ARCHITECTURES="x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -31,7 +31,7 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3)
|
||||
PYTHON_VERSIONS=(3.6)
|
||||
PYTHON_VERSIONS=(3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -43,7 +43,9 @@ REQUIRES_$pythonPackage=\"\
|
||||
cmd:python$pythonVersion\
|
||||
\""
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
setuptools_$pythonPackage"
|
||||
cffi_$pythonPackage
|
||||
setuptools_$pythonPackage
|
||||
"
|
||||
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
|
||||
cmd:python$pythonVersion"
|
||||
done
|
||||
Reference in New Issue
Block a user