Skip to content

Commit

Permalink
devel/py-python-application: Move devel/py-application to devel/py-py…
Browse files Browse the repository at this point in the history
…thon-application

- Add NO_ARCH
- Update WWW
- Take maintainership
- Bump PORTREVISION of dependent ports for dependency change
  • Loading branch information
sunpoet committed Sep 19, 2021
1 parent ef2fcf2 commit 23fdd67
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -16480,3 +16480,4 @@ www/py-django-rest-swagger|www/py-drf-yasg|2021-09-17|Has expired: Has expired:
www/py-django-taggit-serializer|www/py-django-taggit|2021-09-17|Has expired: Obsolete, please use www/py-django-taggit instead
www/efront||2021-09-17|Has expired: Unsupported by upstream
devel/pear-PHPDoc|devel/pear-PhpDocumentor|2021-09-19|This package is not maintained anymore and has been superseded. Use devel/pear-PhpDocumentor instead
devel/py-application|devel/py-python-application|2021-09-19|Rename to match upstream naming
2 changes: 1 addition & 1 deletion devel/Makefile
Expand Up @@ -4108,7 +4108,6 @@
SUBDIR += py-apispec
SUBDIR += py-apns2
SUBDIR += py-appdirs
SUBDIR += py-application
SUBDIR += py-applicationinsights
SUBDIR += py-apptools
SUBDIR += py-apscheduler
Expand Down Expand Up @@ -5029,6 +5028,7 @@
SUBDIR += py-pytest-xdist
SUBDIR += py-pytest-xprocess
SUBDIR += py-python-Levenshtein
SUBDIR += py-python-application
SUBDIR += py-python-bugzilla
SUBDIR += py-python-dbusmock
SUBDIR += py-python-distutils-extra
Expand Down
3 changes: 0 additions & 3 deletions devel/py-application/pkg-descr

This file was deleted.

@@ -1,17 +1,18 @@
# Created by: Eugene Grosbein <ports@grosbein.net>

PORTNAME= application
PORTNAME= python-application
PORTVERSION= 1.2.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Basic building blocks for python applications

USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
@@ -1,2 +1,3 @@
TIMESTAMP = 1629364640
SHA256 (python-application-1.2.9.tar.gz) = 2bab78f0bae44e81295cdc90decf6aef39714b7bdf641b2926fb2f01229536d3
SIZE (python-application-1.2.9.tar.gz) = 40622
3 changes: 3 additions & 0 deletions devel/py-python-application/pkg-descr
@@ -0,0 +1,3 @@
Basic building blocks for python applications

WWW: https://github.com/AGProjects/python-application
5 changes: 3 additions & 2 deletions devel/py-xcaplib/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= xcaplib
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://download.ag-projects.com/XCAP/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +13,8 @@ COMMENT= Python XCAP client library

LICENSE= LGPL20+

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-application>=1.1.5:devel/py-python-application@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}

USES= python:3.6+
Expand Down
5 changes: 3 additions & 2 deletions net/py-msrplib/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= msrplib
PORTVERSION= 0.20.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://download.ag-projects.com/MSRP/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,9 +13,9 @@ COMMENT= Python MSRP client library

LICENSE= LGPL21+

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}application>=1.2.8:devel/py-application@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}eventlib>=0:devel/py-eventlib@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlib>=0:devel/py-eventlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gnutls>=3.0.0:security/py-gnutls@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-application>=1.2.8:devel/py-python-application@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}

Expand Down

0 comments on commit 23fdd67

Please sign in to comment.