Change MASTER_SITES from GitHub to CHEESESHOP

- Update USES=python
- Add USE_PYTHON=noflavors: there is no need for flavors
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-10 21:31:14 +00:00
parent 72094dfab3
commit 0e769b2e3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557493
3 changed files with 11 additions and 16 deletions

View File

@ -2,24 +2,21 @@
PORTNAME= codespell
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Source code spelling checker
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
USE_GITHUB= yes
GH_ACCOUNT= codespell-project
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils noflavors
NO_ARCH= yes
SUB_FILES+= pkg-message
SUB_FILES= pkg-message
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1606294386
SHA256 (codespell-project-codespell-v2.0.0_GH0.tar.gz) = f691d65ac0aa621698f68f0e98f3bcd5c4407c795ab510118130b593af2751b1
SIZE (codespell-project-codespell-v2.0.0_GH0.tar.gz) = 180131
TIMESTAMP = 1607539663
SHA256 (codespell-2.0.0.tar.gz) = dd9983e096b9f7ba89dd2d2466d1fc37231d060f19066331b9571341363c77b8
SIZE (codespell-2.0.0.tar.gz) = 178826

View File

@ -1,7 +1,5 @@
Source code spell checker.
Fix common misspellings in text files. It's designed primarily for
checking misspelled words in source code, but it can be used with other
files as well.
Codespell fixes common misspellings in text files. It's designed primarily for
checking misspelled words in source code, but it can be used with other files as
well.
WWW: https://github.com/codespell-project/codespell