Move www/py-MechanicalSoup to www/py-mechanicalsoup
This commit is contained in:
parent
a870f4c6fd
commit
06f2f35907
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547684
6 changed files with 6 additions and 3 deletions
1
MOVED
1
MOVED
|
@ -15418,3 +15418,4 @@ games/asteroid||2020-09-04|Has expired: Broken for more than 6 months
|
|||
www/py-pySmartDL|www/py-pysmartdl|2020-09-05|Rename to match our py- port naming
|
||||
astro/py-RO|astro/py-ro|2020-09-05|Rename to match our py- port naming
|
||||
astro/py-astLib|astro/py-astlib|2020-09-05|Rename to match our py- port naming
|
||||
www/py-MechanicalSoup|www/py-mechanicalsoup|2020-09-05|Rename to match our py- port naming
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gmusicapi
|
||||
PORTVERSION= 11.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -24,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}validictory>=0.9.3:devel/py-validictory@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}MechanicalSoup>0:www/py-MechanicalSoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mechanicalsoup>0:www/py-mechanicalsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1400,7 +1400,6 @@
|
|||
SUBDIR += pserv
|
||||
SUBDIR += publicfile
|
||||
SUBDIR += punbb
|
||||
SUBDIR += py-MechanicalSoup
|
||||
SUBDIR += py-Tenjin
|
||||
SUBDIR += py-WebError
|
||||
SUBDIR += py-WebFlash
|
||||
|
@ -1645,6 +1644,7 @@
|
|||
SUBDIR += py-lesscpy
|
||||
SUBDIR += py-libsass
|
||||
SUBDIR += py-livereload
|
||||
SUBDIR += py-mechanicalsoup
|
||||
SUBDIR += py-mechanize
|
||||
SUBDIR += py-meld3
|
||||
SUBDIR += py-multidict
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# Created by: Thomas Zander <riggs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MechanicalSoup
|
||||
PORTNAME= mechanicalsoup
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= MechanicalSoup-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python library for automating interaction with websites
|
Loading…
Reference in a new issue