SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/py-codestyle/Makefile
Normal file
22
devel/py-codestyle/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = Python style guide checker
|
||||
|
||||
MODPY_EGG_VERSION = 2.10.0
|
||||
DISTNAME = pycodestyle-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-codestyle-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/PyCQA/pycodestyle
|
||||
|
||||
# Expat
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-codestyle/distinfo
Normal file
2
devel/py-codestyle/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pycodestyle-2.10.0.tar.gz) = NHGHvbR2Mp2Y9pXCE9cpWoRtEVL/T+m6y4qVkLjucFM=
|
||||
SIZE (pycodestyle-2.10.0.tar.gz) = 101916
|
2
devel/py-codestyle/pkg/DESCR
Normal file
2
devel/py-codestyle/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
pycodestyle is a tool to check your Python code against some of the style
|
||||
conventions in PEP 8.
|
14
devel/py-codestyle/pkg/PLIST
Normal file
14
devel/py-codestyle/pkg/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@conflict py-codestyle-<2.5.0p1
|
||||
@pkgpath devel/py-codestyle
|
||||
bin/pycodestyle
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}pycodestyle.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}pycodestyle.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pycodestyle.py
|
Loading…
Add table
Add a link
Reference in a new issue