forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.0.26 ---------------------------------------------- - Pass PIP_DISABLE_PIP_VERSION_CHECK to all invocations (#114) 0.0.25 ---------------------------------------------- - Support the --path parameter when calling pip list (#112) 0.0.24 ---------------------------------------------- - Add support for parsing URL requirements (#109) - Test against pip 21.3.1
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# $NetBSD: Makefile,v 1.1 2021/11/16 16:03:12 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.2 2021/12/07 19:53:29 wiz Exp $ | ||
|
||
DISTNAME= pip-api-0.0.23 | ||
DISTNAME= pip-api-0.0.26 | ||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} | ||
CATEGORIES= devel python | ||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip-api/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://pypi.org/project/pip-audit/ | ||
HOMEPAGE= https://pypi.org/project/pip-api/ | ||
COMMENT= Unofficial, importable pip API | ||
LICENSE= apache-2.0 | ||
|
||
|
@@ -18,11 +18,11 @@ USE_LANGUAGES= # none | |
|
||
PYTHON_VERSIONED_DEPENDENCIES+= pip | ||
|
||
# does not fully work, needs pip-api installed first | ||
# if this is done, as of 0.0.23: | ||
# 27 passed, 5 warnings, 15 errors | ||
# As of 0.0.26: | ||
# 33 passed, 8 warnings, 17 errors | ||
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib | ||
do-test: | ||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX} | ||
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} | ||
|
||
.include "../../lang/python/versioned_dependencies.mk" | ||
.include "../../lang/python/egg.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2021/11/16 16:03:12 wiz Exp $ | ||
$NetBSD: distinfo,v 1.2 2021/12/07 19:53:29 wiz Exp $ | ||
|
||
BLAKE2s (pip-api-0.0.23.tar.gz) = a7ba4998ef53bcc23b469453c9918ad110668c9f15b1e29cf97ddb2b2847be15 | ||
SHA512 (pip-api-0.0.23.tar.gz) = 68ac25fc8c3f4dccbd9895900141291aab033a67def7b2da333331b96e3dcfd06ebda90ebe679938e8d126fa6e108f3c7c0805c9e0bf46af55da2f14894d680c | ||
Size (pip-api-0.0.23.tar.gz) = 106534 bytes | ||
BLAKE2s (pip-api-0.0.26.tar.gz) = 4f5347dfec5dc52e9992466cfe7feac3921f0b1b41f8509825129e5e7cab0f6c | ||
SHA512 (pip-api-0.0.26.tar.gz) = 5d3a1eb53af73633f72210dd5aa974c619b8c96f050d7c549582829330183aba558a4d96490e15db6feddd15e14e63d0dfae60b2bba63768f61476f6b61362ea | ||
Size (pip-api-0.0.26.tar.gz) = 110021 bytes |