mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Create python3 version of textproc/py-feedparser
PR: 217480 Submitted by: dbaio Approved by: portmgr (bdrewery) Differential Revision: https://reviews.freebsd.org/D12197
This commit is contained in:
parent
348a0607e7
commit
f9d24cde25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449355
3 changed files with 10 additions and 1 deletions
|
@ -1389,6 +1389,7 @@
|
||||||
SUBDIR += py3-asciinema
|
SUBDIR += py3-asciinema
|
||||||
SUBDIR += py3-chardet
|
SUBDIR += py3-chardet
|
||||||
SUBDIR += py3-docutils
|
SUBDIR += py3-docutils
|
||||||
|
SUBDIR += py3-feedparser
|
||||||
SUBDIR += py3-humanfriendly
|
SUBDIR += py3-humanfriendly
|
||||||
SUBDIR += py3-hunspell
|
SUBDIR += py3-hunspell
|
||||||
SUBDIR += py3-libxml2
|
SUBDIR += py3-libxml2
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Universal feed parser written in Python
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= python tar:bzip2
|
USES?= python tar:bzip2
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
8
textproc/py3-feedparser/Makefile
Normal file
8
textproc/py3-feedparser/Makefile
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue