| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/py-dotty-dict/ |
Upload File : |
PORTNAME= dotty-dict
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Dictionary wrapper for quick access to deeply nested keys
WWW= https://github.com/pawelzny/dotty_dict
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python
# Use GitHub instead of CHEESESHOP to get the test files.
USE_GITHUB= yes
GH_ACCOUNT= pawelzny
GH_PROJECT= ${PORTNAME:S/-/_/}
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
# Call the pytest module directly instead of using the official "test"
# make target in order to avoid calling pipenv.
(cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
.include <bsd.port.mk>