From 7632a6216d454883c2d70a748bcb0d4e35f3126f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 17 May 2026 16:18:43 +0300 Subject: [PATCH] Update package version to 2026.5.7.17 --- pkg.info | 6 +++--- source.sh | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/pkg.info b/pkg.info index de2d52a..460f62c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-trove-classifiers description: Canonical source for classifiers on PyPI -version: 2026.4.28.13 -revision: 2 +version: 2026.5.7.17 +revision: 1 url: https://github.com/pypa/trove-classifiers license: Apache-2.0 maintainers: @@ -21,4 +21,4 @@ downloads: - url: https://github.com/pypa/trove-classifiers/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: aed0cb5c0a0e6616d369eb1407ba235c971f4cd28bc9e58bb8a6b75e1da4734d + checksum: c5d469f4623f3a361f960532feafabb8d30a63d987c9815f380450ad72c56f33 diff --git a/source.sh b/source.sh index 2b728a8..aedf7ab 100644 --- a/source.sh +++ b/source.sh @@ -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 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 # This function is used to compile the source code build() {