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