Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
a696a867
Verified
Commit
a696a867
authored
6 months ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
devel/py-prospector: Update to 1.12.0
- Update WWW Changes:
https://github.com/prospector-dev/prospector/releases
parent
286b8f36
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
devel/py-prospector/Makefile
+4
-5
4 additions, 5 deletions
devel/py-prospector/Makefile
devel/py-prospector/distinfo
+3
-3
3 additions, 3 deletions
devel/py-prospector/distinfo
devel/py-prospector/files/patch-pyproject.toml
+7
-7
7 additions, 7 deletions
devel/py-prospector/files/patch-pyproject.toml
with
14 additions
and
15 deletions
devel/py-prospector/Makefile
+
4
−
5
View file @
a696a867
PORTNAME
=
prospector
PORTVERSION
=
1.10.3
PORTREVISION
=
3
PORTVERSION
=
1.12.0
CATEGORIES
=
devel python
MASTER_SITES
=
PYPI
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
MAINTAINER
=
sunpoet@FreeBSD.org
COMMENT
=
Analyse Python code by aggregating the result of other tools
WWW
=
https://github.com/
landscapeio
/prospector
WWW
=
https://github.com/
prospector-dev
/prospector
LICENSE
=
GPLv2+
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE
...
...
@@ -21,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dodgy>=0.2.1<0.3.0:devel/py-dodgy@${PY_FLAVO
${
PYTHON_PKGNAMEPREFIX
}
pep8-naming>
=
0.3.3:devel/py-pep8-naming@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pycodestyle>
=
2.9.0:devel/py-pycodestyle@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pydocstyle>
=
2.0.0:devel/py-pydocstyle@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pyflakes>
=
2.2.0:devel/py-pyflakes@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pyflakes>
=
2.2.0
<4
:devel/py-pyflakes@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pylint-django>
=
2.5<2.6:devel/py-pylint-django@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pylint-flask>
=
0.6<0.6_99:devel/py-pylint-flask@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pylint-plugin-utils>
=
0.7:devel/py-pylint-plugin-utils@
${
PY_FLAVOR
}
\
...
...
@@ -29,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dodgy>=0.2.1<0.3.0:devel/py-dodgy@${PY_FLAVO
${
PYTHON_PKGNAMEPREFIX
}
requirements-detector>
=
1.2.0:devel/py-requirements-detector@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
setoptconf>
=
0.3.0<0.4:devel/py-setoptconf@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
toml>
=
0.10.2<0.11.0:textproc/py-toml@
${
PY_FLAVOR
}
\
pylint
${
PYTHON_PKGNAMESUFFIX
}
>=
2.8.3
:devel/pylint
pylint
${
PYTHON_PKGNAMESUFFIX
}
>=
3.0
:devel/pylint
USES
=
python
USE_PYTHON
=
autoplist concurrent pep517
...
...
This diff is collapsed.
Click to expand it.
devel/py-prospector/distinfo
+
3
−
3
View file @
a696a867
TIMESTAMP = 1
698341031
SHA256 (prospector-1.1
0.3
.tar.gz) =
f29ab19fd430869eb34490761af77406d2cfedd9b50292cf4d8db0288c9d764a
SIZE (prospector-1.1
0.3
.tar.gz) = 60
40
3
TIMESTAMP = 1
728632384
SHA256 (prospector-1.1
2.0
.tar.gz) =
e598dddc406cbfe8b31a20d4391c7551841ed6772897a290ecaf272ee1ffabf6
SIZE (prospector-1.1
2.0
.tar.gz) = 60
97
3
This diff is collapsed.
Click to expand it.
devel/py-prospector/files/patch-pyproject.toml
+
7
−
7
View file @
a696a867
---
pyproject.toml.orig
202
3
-10-
18
06:23:10
UTC
---
pyproject.toml.orig
202
4
-10-
07
13:29:58
UTC
+++
pyproject.toml
@@
-
38
,21
+
38
,20
@@
p
rospector
=
'prospector.run:main'
@@
-
40
,21
+
40
,20
@@
p
ylint
=
">
=
3.0
"
[
tool.poetry.dependencies
]
python
=
">
=
3.
7
.
2
,
<
4.0
"
pylint
=
">
=
2.8
.
3
"
python
=
">
=
3.
8
.
1
,
<
4.0
"
pylint
=
">
=
3.0
"
-pylint-celery
=
"0.3"
pylint-django
=
"~2.5"
-pylint-plugin-utils
=
"~0.7"
...
...
@@ -12,9 +12,9 @@
requirements-detector
=
">
=
1.2
.
0
"
PyYAML
=
"*"
mccabe
=
"^0.7.0"
flake8
=
"<
6
.0.0"
-py
flake
s
=
"
>
=
2.2
.
0
,
<
3
.*
"
+
pyflakes
=
">
=
2.2
.
0
"
-
flake8
=
"<
7
.0.0"
+
flake
8
=
"
<8.0.0
"
pyflakes
=
">
=
2.2
.
0
,
<
4
.*
"
pycodestyle
=
">
=
2.9
.
0
"
-pep8-naming
=
">=0.3.3,<
=
0.10
.
0
"
+pep8-naming
=
">
=
0.3
.
3
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment