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
3
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
6f1f0ae3
Commit
6f1f0ae3
authored
1 year ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
www/py-pywikibot: Update 8.1.2 → 8.2.0
Reported by: portscout
parent
c6b9eb0f
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
www/py-pywikibot/Makefile
+2
-2
2 additions, 2 deletions
www/py-pywikibot/Makefile
www/py-pywikibot/distinfo
+3
-3
3 additions, 3 deletions
www/py-pywikibot/distinfo
www/py-pywikibot/files/patch-setup.py
+6
-6
6 additions, 6 deletions
www/py-pywikibot/files/patch-setup.py
with
11 additions
and
11 deletions
www/py-pywikibot/Makefile
+
2
−
2
View file @
6f1f0ae3
PORTNAME
=
pywikibot
DISTVERSION
=
8.
1.2
DISTVERSION
=
8.
2.0
CATEGORIES
=
www python
MASTER_SITES
=
PYPI
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -11,7 +11,7 @@ WWW= https://www.mediawiki.org/wiki/Pywikibot
LICENSE
=
MIT
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE
RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
mwparserfromhell>
=
0.
6.3
:textproc/py-mwparserfromhell@
${
PY_FLAVOR
}
\
RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
mwparserfromhell>
=
0.
5.2
:textproc/py-mwparserfromhell@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
requests>
=
2.21.0:www/py-requests@
${
PY_FLAVOR
}
USES
=
dos2unix python
...
...
This diff is collapsed.
Click to expand it.
www/py-pywikibot/distinfo
+
3
−
3
View file @
6f1f0ae3
TIMESTAMP = 168
6634244
SHA256 (pywikibot-8.
1.2
.tar.gz) =
0ba3b07cc3417d7d0c0ffb4d4901e2e27070bad4f0215b7728c2ba7e9315f7c
2
SIZE (pywikibot-8.
1.2
.tar.gz) = 60
1556
TIMESTAMP = 168
8627461
SHA256 (pywikibot-8.
2.0
.tar.gz) =
d6d0cd748ee5534ffecf8ebdd831949b795935cf31127f313b1a115e44de87f
2
SIZE (pywikibot-8.
2.0
.tar.gz) = 60
4054
This diff is collapsed.
Click to expand it.
www/py-pywikibot/files/patch-setup.py
+
6
−
6
View file @
6f1f0ae3
---
setup
.
py
.
orig
202
2
-
0
4
-
29
17
:
10
:
37
UTC
---
setup
.
py
.
orig
202
3
-
0
7
-
06
07
:
11
:
10
UTC
+++
setup
.
py
@@
-
1
7
1
,
12
+
1
7
1
,
12
@@
def
get_validated_version
()
:
# pragma: no cover
@@
-
1
4
1
,
12
+
1
4
1
,
12
@@
def
get_validated_version
()
->
str
:
from
subprocess
import
PIPE
,
run
from
pkg_resources
import
parse_version
,
safe_version
-
try
:
-
tags
=
run
([
'
git
'
,
'
tag
'
],
check
=
True
,
stdout
=
PIPE
,
-
universal_newlines
=
True
).
stdout
.
splitlines
()
-
except
Exception
as
e
:
-
except
Exception
as
e
:
# pragma: no cover
-
print
(
e
)
-
sys
.
exit
(
'
Creating source distribution canceled.
'
)
+
#try:
+
# tags = run(['git', 'tag'], check=True, stdout=PIPE,
+
# universal_newlines=True).stdout.splitlines()
+
#except Exception as e:
+
#except Exception as e:
# pragma: no cover
+
# print(e)
+
# sys.exit('Creating source distribution canceled.')
for
tag
in
(
'
stable
'
,
'
python2
'
):
with
suppress
(
ValueError
):
last_tag
=
None
if
tags
:
# pragma: no cover
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