mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add py-beautifulsoup30
- Update to 3.0.8 - Take maintainership PR: ports/141288 Submitted by: Kirk Strauser <kirk AT daycos.com> Approved by: lwhsu/rafan (mentors)
This commit is contained in:
parent
d698d82c25
commit
c34c011229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249635
@ -1346,6 +1346,7 @@
|
|||||||
SUBDIR += py-apachelog
|
SUBDIR += py-apachelog
|
||||||
SUBDIR += py-beaker
|
SUBDIR += py-beaker
|
||||||
SUBDIR += py-beautifulsoup
|
SUBDIR += py-beautifulsoup
|
||||||
|
SUBDIR += py-beautifulsoup30
|
||||||
SUBDIR += py-bottle
|
SUBDIR += py-bottle
|
||||||
SUBDIR += py-cherrypy
|
SUBDIR += py-cherrypy
|
||||||
SUBDIR += py-cherrypy-old
|
SUBDIR += py-cherrypy-old
|
||||||
|
@ -6,17 +6,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= beautifulsoup
|
PORTNAME= beautifulsoup
|
||||||
PORTVERSION= 3.1.0.1
|
PORTVERSION= 3.0.8
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= BeautifulSoup-${PORTVERSION}
|
DISTNAME= BeautifulSoup-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= mwm@mired.org
|
MAINTAINER= yzlin@FreeBSD.org
|
||||||
COMMENT= HTML/XML Parser for Python
|
COMMENT= HTML/XML Parser for Python
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_PKGNAME= BeautifulSoup
|
PYDISTUTILS_PKGNAME= BeautifulSoup
|
||||||
|
|
||||||
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30
|
||||||
|
|
||||||
|
CONFLICTS= py[0-9]*-beautifulsoup-3.1.*
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (BeautifulSoup-3.1.0.1.tar.gz) = bcffef3eda6e06e6d1e18c06a9db8a24
|
MD5 (BeautifulSoup-3.0.8.tar.gz) = 1ed94bfdb601055f467007859366e3c4
|
||||||
SHA256 (BeautifulSoup-3.1.0.1.tar.gz) = 820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8
|
SHA256 (BeautifulSoup-3.0.8.tar.gz) = c733dc499bec490af1d6914e3288287275332c42cd8c7704ef1a2e4e8b8f5abd
|
||||||
SIZE (BeautifulSoup-3.1.0.1.tar.gz) = 71460
|
SIZE (BeautifulSoup-3.0.8.tar.gz) = 30867
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
bin/testall.sh
|
|
||||||
bin/to3.sh
|
|
||||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.py
|
%%PYTHON_SITELIBDIR%%/BeautifulSoup.py
|
||||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc
|
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc
|
||||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo
|
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo
|
||||||
|
Loading…
Reference in New Issue
Block a user