Page MenuHomeFreeBSD

D12197.diff
No OneTemporary

D12197.diff

Index: head/textproc/Makefile
===================================================================
--- head/textproc/Makefile
+++ head/textproc/Makefile
@@ -1389,6 +1389,7 @@
SUBDIR += py3-asciinema
SUBDIR += py3-chardet
SUBDIR += py3-docutils
+ SUBDIR += py3-feedparser
SUBDIR += py3-humanfriendly
SUBDIR += py3-hunspell
SUBDIR += py3-libxml2
Index: head/textproc/py-feedparser/Makefile
===================================================================
--- head/textproc/py-feedparser/Makefile
+++ head/textproc/py-feedparser/Makefile
@@ -13,7 +13,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python tar:bzip2
+USES?= python tar:bzip2
USE_PYTHON= distutils autoplist
NO_ARCH= yes
Index: head/textproc/py3-feedparser/Makefile
===================================================================
--- head/textproc/py3-feedparser/Makefile
+++ head/textproc/py3-feedparser/Makefile
@@ -0,0 +1,8 @@
+# Created by: Danilo G. Baio <dbaio@bsd.com.br>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-feedparser
+
+USES= python:3.3+ tar:bzip2
+
+.include "${MASTERDIR}/Makefile"

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 19, 1:50 PM (6 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34082828
Default Alt Text
D12197.diff (1 KB)

Event Timeline