diff options
Diffstat (limited to 'python/python3-pytest')
-rw-r--r-- | python/python3-pytest/README | 2 | ||||
-rw-r--r-- | python/python3-pytest/python3-pytest.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pytest/python3-pytest.info | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README index f161cc0531..4a6c1d7cca 100644 --- a/python/python3-pytest/README +++ b/python/python3-pytest/README @@ -7,7 +7,7 @@ IMPORTANT: The scripts py.test and pytest are renamed to py.test3 and pytest3 respectively to avoid conflicts with the pytest installed with python. -NOTE: py and iniconfig have automatic python3 support. +This is the Python 3 build of pytest. On Slackware 15.0, newer versions of python3-pytest (>= 7.2.0) require a newer python-setuptools_scm for building new dependencies. diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild index 1a7ce8c028..586e5a9144 100644 --- a/python/python3-pytest/python3-pytest.SlackBuild +++ b/python/python3-pytest/python3-pytest.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pytest SRCNAM=pytest VERSION=${VERSION:-7.1.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info index dc3de0811e..5c113e669a 100644 --- a/python/python3-pytest/python3-pytest.info +++ b/python/python3-pytest/python3-pytest.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.1.3.t MD5SUM="c4de3e192e5bb4b39deada36cc2f393a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="py python3-attrs python3-pluggy iniconfig" +REQUIRES="python3-py python3-attrs python3-pluggy iniconfig" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |