mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
22 lines
384 B
Makefile
22 lines
384 B
Makefile
COMMENT= RSS and Atom feeds parser written in Python
|
|
|
|
MODPY_DISTV= 6.0.11
|
|
DISTNAME= feedparser-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= https://github.com/kurtmckee/feedparser
|
|
|
|
# BSD-2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
do-test:
|
|
cd ${WRKSRC}; python3 tests/runtests.py
|
|
|
|
.include <bsd.port.mk>
|