mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
some version bumps on python modules (#5371)
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
SUMMARY="A library to access the metadata for a Python package"
|
||||
DESCRIPTION="importlib_metadata is a library which provides an API for \
|
||||
accessing an installed package’s metadata (see PEP 566), such as its entry \
|
||||
points or its top-level name. This functionality intends to replace most \
|
||||
uses of pkg_resources entry point API and metadata API. Along with \
|
||||
importlib.resources in Python 3.7 and newer (backported as \
|
||||
importlib_resources for older versions of Python), this can eliminate \
|
||||
the need to use the older and less efficient pkg_resources package."
|
||||
HOMEPAGE="https://pypi.org/project/jsonschema/
|
||||
https://github.com/Julian/jsonschema"
|
||||
COPYRIGHT="2013 Julian Berman"
|
||||
LICENSE="MIT"
|
||||
DESCRIPTION="This project primarily supports third-party packages installed \
|
||||
by PyPA tools (or other conforming packages). It does not support:
|
||||
- Packages in the stdlib.
|
||||
- Packages installed without metadata."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/importlib-metadata"
|
||||
COPYRIGHT="2017-2020 Jason R. Coombs, Barry Warsaw"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/b4/1b/baab42e3cd64c9d5caac25a9d6c054f8324cdc38975a44d600569f1f7158/importlib_metadata-1.6.0.tar.gz"
|
||||
CHECKSUM_SHA256="34513a8a0c4962bc66d35b359558fd8a5e10cd472d37aec5f66858addef32c1e"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/56/1f/74c3e29389d34feea2d62ba3de1169efea2566eb22e9546d379756860525/importlib_metadata-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="77a540690e24b0305878c37ffd421785a6f7e53c8b5720d211b211de8d0e95da"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -27,8 +23,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3)
|
||||
PYTHON_VERSIONS=(3.7)
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -37,6 +33,7 @@ eval "PROVIDES_${pythonPackage}=\"\
|
||||
\"; \
|
||||
REQUIRES_$pythonPackage=\"\
|
||||
haiku\n\
|
||||
zipp_$pythonPackage\n\
|
||||
cmd:python$pythonVersion\
|
||||
\""
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
Reference in New Issue
Block a user