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
a77bf6c3
Commit
a77bf6c3
authored
11 months ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
textproc/yq: update 3.4.1 → 3.4.2
Reported by: portscout
parent
e39ea707
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
textproc/yq/Makefile
+5
-3
5 additions, 3 deletions
textproc/yq/Makefile
textproc/yq/distinfo
+3
-3
3 additions, 3 deletions
textproc/yq/distinfo
textproc/yq/files/patch-setup.py
+11
-0
11 additions, 0 deletions
textproc/yq/files/patch-setup.py
with
19 additions
and
6 deletions
textproc/yq/Makefile
+
5
−
3
View file @
a77bf6c3
PORTNAME
=
yq
DISTVERSION
=
3.4.
1
DISTVERSION
=
3.4.
2
CATEGORIES
=
textproc python
MASTER_SITES
=
PYPI
...
...
@@ -10,7 +10,9 @@ WWW= https://kislyuk.github.io/yq/
LICENSE
=
APACHE20
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE
BUILD_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
setuptools-scm>
=
3.4.3:devel/py-setuptools-scm@
${
PY_FLAVOR
}
BUILD_DEPENDS
=
${
PY_SETUPTOOLS
}
\
${
PYTHON_PKGNAMEPREFIX
}
setuptools-scm>
=
7:devel/py-setuptools-scm@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
wheel>0:devel/py-wheel@
${
PY_FLAVOR
}
RUN_DEPENDS
=
jq:textproc/jq
\
${
PYTHON_PKGNAMEPREFIX
}
argcomplete>
=
1.8.1:devel/py-argcomplete@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pyaml>
=
5.3.1:textproc/py-pyaml@
${
PY_FLAVOR
}
\
...
...
@@ -23,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \
${
PYTHON_PKGNAMEPREFIX
}
wheel>0:devel/py-wheel@
${
PY_FLAVOR
}
USES
=
python shebangfix
USE_PYTHON
=
distutils
noflavors autoplist
USE_PYTHON
=
pep517
noflavors autoplist
SHEBANG_FILES
=
test
/test.py
...
...
This diff is collapsed.
Click to expand it.
textproc/yq/distinfo
+
3
−
3
View file @
a77bf6c3
TIMESTAMP = 171
3472
10
8
SHA256 (yq-3.4.
1
.tar.gz) =
b558dab6f15c03e24a1c448789500b20d6f307ee9ca4c9361387f3658163000d
SIZE (yq-3.4.
1
.tar.gz) = 3
2876
TIMESTAMP = 171
4193
10
3
SHA256 (yq-3.4.
2
.tar.gz) =
f916408e834e96f390ef82a36bfcbf24a555ae5a2fcdaef94a2ed5d260d161ef
SIZE (yq-3.4.
2
.tar.gz) = 3
3154
This diff is collapsed.
Click to expand it.
textproc/yq/files/patch-setup.py
0 → 100644
+
11
−
0
View file @
a77bf6c3
---
setup
.
py
.
orig
2024
-
04
-
27
04
:
49
:
23
UTC
+++
setup
.
py
@@
-
15
,
7
+
15
,
7
@@
setup
(
use_scm_version
=
{
"
write_to
"
:
"
yq/version.py
"
,
},
-
setup_requires
=
[
"
setuptools_scm >= 7, <8
"
],
+
setup_requires
=
[
"
setuptools_scm >= 7
"
],
install_requires
=
[
"
PyYAML >= 5.3.1
"
,
"
xmltodict >= 0.11.0
"
,
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