pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-vulture: update to 2.4.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Sun Jun 19 00:26:52 2022 +0200
Changeset: c7cb21f56accae91e2229920b5f1ffdc01e9c1a4
Modified Files:
py-vulture/Makefile
py-vulture/distinfo
Log Message:
py-vulture: update to 2.4.
* Print absolute filepaths as relative again (as in version 2.1 and before)
if they are below the current directory (The-Compiler, #246).
* Run tests and add PyPI trove for Python 3.10 (chayim, #266).
* Allow using the `del` keyword to mark unused variables (sshishov, #279).
* Add [pre-commit](https://pre-commit.com) hook (Clément Robert, #244).
* Only parse format strings when being used with `locals()` (jingw, #225).
* Don't override paths in pyproject.toml with empty CLI paths (bcbnz, #228).
* Run continuous integration tests for Python 3.9 (ju-sh, #232).
* Use pathlib internally (ju-sh, #226).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c7cb21f56accae91e2229920b5f1ffdc01e9c1a4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-vulture/Makefile | 7 +++++--
py-vulture/distinfo | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-vulture/Makefile b/py-vulture/Makefile
index ef2c02c94a..082459a20a 100644
--- a/py-vulture/Makefile
+++ b/py-vulture/Makefile
@@ -1,9 +1,9 @@
# $NetBSD$
-DISTNAME= vulture-2.1
+DISTNAME= vulture-2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
-MASTER_SITES= https://files.pythonhosted.org/packages/44/a5/bfc438b2e5d06440c7340d7eeefe98e3af69b3053698cf30ac662f4ebc96/
+MASTER_SITES= ${MASTER_SITE_PYPI:=v/vulture/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
HOMEPAGE= https://github.com/jendrikseipp/vulture
@@ -16,5 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.1:../../textproc/py-toml
USE_LANGUAGES= # none
+# pypi distfile does not include tests
+do-test:
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-vulture/distinfo b/py-vulture/distinfo
index ad14ad992c..5dfd3b8186 100644
--- a/py-vulture/distinfo
+++ b/py-vulture/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (vulture-2.1.tar.gz) = eb5c1a7a9b4ca329add8c2e2401133273109024c
-SHA512 (vulture-2.1.tar.gz) = 1418334e630e59a7bb4346a5a448211976777eab900ec777aa4f916ad950167555a2225a58f6933abeec376c24e67567bbd0ede171569f09c7a1402d00f44ff2
-Size (vulture-2.1.tar.gz) = 42300 bytes
+BLAKE2s (vulture-2.4.tar.gz) = 1013a5d5a009af20b634d726908ffa0e50a3cd95c5ee80b93a0cac6064803c3a
+SHA512 (vulture-2.4.tar.gz) = b7dc2b5f310b1af736c9317dfc4f1634c99857a11493be98b0c4e56c132b754be0e01bd99b1b7d795a495ac9103c8010a603b4a38859bac5dd3d900bc0dedf07
+Size (vulture-2.4.tar.gz) = 52734 bytes
Home |
Main Index |
Thread Index |
Old Index