all: salvage python-potr and it consumer from removal for now.
Both security/py-potr and irc/weechat-otr seem experimental abandonware from looking at their websites though. PR: 260897
This commit is contained in:
parent
d496ebd9a5
commit
0a7ac5cfb5
@ -1,6 +1,7 @@
|
||||
PORTNAME= weechat-otr
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc security python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -10,9 +11,6 @@ WWW= https://github.com/mmb/weechat-otr
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
DEPRECATED= Depends on expired security/py-pycrypto (via security/py-potr)
|
||||
EXPIRATION_DATE=2022-12-31
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} \
|
||||
weechat:irc/weechat
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= potr
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,10 +13,7 @@ WWW= https://github.com/afflux/pure-python-otr/
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Depends on expired security/py-pycrypto
|
||||
EXPIRATION_DATE=2022-09-30
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
Loading…
Reference in New Issue
Block a user