Browse Source
python/python3-poetry-core: Updated for version 2.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/334/head
fourtysixandtwo
3 weeks ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-poetry-core/python3-poetry-core.SlackBuild
-
python/python3-poetry-core/python3-poetry-core.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-poetry-core |
|
|
|
SRCNAM=poetry_core |
|
|
|
VERSION=${VERSION:-2.2.0} |
|
|
|
VERSION=${VERSION:-2.2.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-poetry-core" |
|
|
|
VERSION="2.2.0" |
|
|
|
VERSION="2.2.1" |
|
|
|
HOMEPAGE="https://github.com/python-poetry/poetry-core" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-2.2.0.tar.gz" |
|
|
|
MD5SUM="dd09886c53c482680536e8ce8ffd483e" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-2.2.1.tar.gz" |
|
|
|
MD5SUM="a025abe2dd8d096480a87941f30d95ec" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-build" |
|
|
|