Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 20:02:32 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cfb6680eb7c4 - main - net/py-tweepy: Add CPE information
Message-ID:  <202109292002.18TK2WKm010961@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cfb6680eb7c4729855a7b64aa4b1808dda8289c4

commit cfb6680eb7c4729855a7b64aa4b1808dda8289c4
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-29 19:54:37 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-29 19:54:37 +0000

    net/py-tweepy: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/py-tweepy/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile
index 78c006f4441c..d774d65cca5a 100644
--- a/net/py-tweepy/Makefile
+++ b/net/py-tweepy/Makefile
@@ -19,10 +19,12 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.3.3:devel/py-nose@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}vcrpy>=1.10.3:devel/py-vcrpy@${PY_FLAVOR}
 
-USES=		python
+USES=		cpe python
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 
+CPE_VENDOR=	josh_roesslein
+
 NO_ARCH=	yes
 
 TEST_ENV=	USE_REPLAY=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109292002.18TK2WKm010961>