aboutsummaryrefslogtreecommitdiff
path: root/devel/py-rubymarshal/Makefile
blob: d53b763d82362129a99026cba5376eaaa27d6d51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	rubymarshal
PORTVERSION=	1.2.10
CATEGORIES=	devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Read and write Ruby-marshalled data
WWW=		https://pypi.org/project/rubymarshal/

LICENSE=	WTFPL
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pytest-mutagen>=0:devel/py-pytest-mutagen@${PY_FLAVOR}

USE_GITHUB=	yes  # tests are missing from PyPI distribution
GH_ACCOUNT=	d9pouces
GH_PROJECT=	RubyMarshal

USES=		python:3.6+
USE_PYTHON=	autoplist distutils pytest
NO_ARCH=	yes

.include <bsd.port.mk>