Skip to content

Commit

Permalink
fix HOMEPAGE, mark BROKEN (TvoroG/pytest-lazy-fixture#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthen committed May 26, 2024
1 parent 13aac73 commit 1a8fbc9
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions devel/py-test-lazy-fixture/Makefile
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
COMMENT = pytest plugin to use fixtures in pytest.mark.parametrize
BROKEN= https://github.com/TvoroG/pytest-lazy-fixture/issues/65

MODPY_EGG_VERSION = 0.6.3
COMMENT= pytest plugin to use fixtures in pytest.mark.parametrize

DISTNAME = pytest-lazy-fixture-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
REVISION = 2
MODPY_EGG_VERSION= 0.6.3

CATEGORIES = devel
DISTNAME= pytest-lazy-fixture-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:S/py/py-/}
REVISION= 3

HOMEPAGE = https://github.com/pytest-dev/pytest-timeout
CATEGORIES= devel

HOMEPAGE= https://github.com/tvorog/pytest-lazy-fixture

# MIT
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE= Yes

MODULES = lang/python
MODULES= lang/python

MODPY_PI = Yes
MODPY_PYBUILD = setuptools
MODPY_PI= Yes
MODPY_PYBUILD= setuptools

RUN_DEPENDS = devel/py-test${MODPY_FLAVOR}
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR}

FLAVORS = python3
FLAVOR = python3
FLAVORS= python3
FLAVOR= python3

.include <bsd.port.mk>

0 comments on commit 1a8fbc9

Please sign in to comment.