Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:44:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6151ae9c9d51 - main - devel/py-pytest-remotedata: Add py-pytest-remotedata 0.4.1
Message-ID:  <202404050044.4350iXdN099682@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6151ae9c9d512a3e545e9f79058e1661678817db

commit 6151ae9c9d512a3e545e9f79058e1661678817db
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:37:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:37:01 +0000

    devel/py-pytest-remotedata: Add py-pytest-remotedata 0.4.1
    
    pytest-remotedata provides a plugin for the pytest framework that allows
    developers to control unit tests that require access to data from the internet.
    It was originally part of the astropy core package, but has been moved to a
    separate package in order to be of more general use.
---
 devel/Makefile                       |  1 +
 devel/py-pytest-remotedata/Makefile  | 25 +++++++++++++++++++++++++
 devel/py-pytest-remotedata/distinfo  |  3 +++
 devel/py-pytest-remotedata/pkg-descr |  4 ++++
 4 files changed, 33 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ec31a3add8b0..d93b683797e3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5468,6 +5468,7 @@
     SUBDIR += py-pytest-regressions
     SUBDIR += py-pytest-regtest
     SUBDIR += py-pytest-relaxed
+    SUBDIR += py-pytest-remotedata
     SUBDIR += py-pytest-rerunfailures
     SUBDIR += py-pytest-runner
     SUBDIR += py-pytest-services
diff --git a/devel/py-pytest-remotedata/Makefile b/devel/py-pytest-remotedata/Makefile
new file mode 100644
index 000000000000..d54689737731
--- /dev/null
+++ b/devel/py-pytest-remotedata/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	pytest-remotedata
+PORTVERSION=	0.4.1
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Pytest plugin for controlling remote data access
+WWW=		https://github.com/astropy/pytest-remotedata
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=30.3.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=17.0:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=4.6,1:devel/py-pytest@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-pytest-remotedata/distinfo b/devel/py-pytest-remotedata/distinfo
new file mode 100644
index 000000000000..02af84763f82
--- /dev/null
+++ b/devel/py-pytest-remotedata/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1712084452
+SHA256 (pytest-remotedata-0.4.1.tar.gz) = 05c08bf638cdd1ed66eb01738a1647c3c714737c3ec3abe009d2c1f793b4bb59
+SIZE (pytest-remotedata-0.4.1.tar.gz) = 13279
diff --git a/devel/py-pytest-remotedata/pkg-descr b/devel/py-pytest-remotedata/pkg-descr
new file mode 100644
index 000000000000..b6466a4d2517
--- /dev/null
+++ b/devel/py-pytest-remotedata/pkg-descr
@@ -0,0 +1,4 @@
+pytest-remotedata provides a plugin for the pytest framework that allows
+developers to control unit tests that require access to data from the internet.
+It was originally part of the astropy core package, but has been moved to a
+separate package in order to be of more general use.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404050044.4350iXdN099682>