Update package version to 2026.5.7.17
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: python-trove-classifiers
|
name: python-trove-classifiers
|
||||||
description: Canonical source for classifiers on PyPI
|
description: Canonical source for classifiers on PyPI
|
||||||
version: 2026.4.28.13
|
version: 2026.5.7.17
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://github.com/pypa/trove-classifiers
|
url: https://github.com/pypa/trove-classifiers
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -21,4 +21,4 @@ downloads:
|
|||||||
- url: https://github.com/pypa/trove-classifiers/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/pypa/trove-classifiers/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: aed0cb5c0a0e6616d369eb1407ba235c971f4cd28bc9e58bb8a6b75e1da4734d
|
checksum: c5d469f4623f3a361f960532feafabb8d30a63d987c9815f380450ad72c56f33
|
||||||
|
|||||||
@@ -2,16 +2,6 @@
|
|||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
DOWNLOAD="https://github.com/pypa/trove-classifiers/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz"
|
|
||||||
FILENAME="${DOWNLOAD##*/}"
|
|
||||||
|
|
||||||
# The prepare function is executed in the root of the temp directory
|
|
||||||
# This function is used for downloading files and putting them into the correct location
|
|
||||||
prepare() {
|
|
||||||
wget "$DOWNLOAD"
|
|
||||||
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
|
||||||
}
|
|
||||||
|
|
||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user