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
e8c660b6
Verified
Commit
e8c660b6
authored
2 years ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
net/py-softlayer: Update to 6.1.3
Changes:
https://github.com/softlayer/softlayer-python/releases
parent
290a0d40
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
net/py-softlayer/Makefile
+4
-4
4 additions, 4 deletions
net/py-softlayer/Makefile
net/py-softlayer/distinfo
+3
-3
3 additions, 3 deletions
net/py-softlayer/distinfo
net/py-softlayer/files/patch-setup.py
+4
-10
4 additions, 10 deletions
net/py-softlayer/files/patch-setup.py
with
11 additions
and
17 deletions
net/py-softlayer/Makefile
+
4
−
4
View file @
e8c660b6
PORTNAME
=
softlayer
PORTVERSION
=
6.1.
2
PORTVERSION
=
6.1.
3
CATEGORIES
=
net python
MASTER_SITES
=
PYPI
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -12,15 +12,15 @@ WWW= https://github.com/softlayer/softlayer-python
LICENSE
=
MIT
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE
RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
click>
=
8.0.
3
:devel/py-click@
${
PY_FLAVOR
}
\
RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
click>
=
8.0.
4
:devel/py-click@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
prettytable>
=
2.5.0:devel/py-prettytable@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
prompt-toolkit>
=
2:devel/py-prompt-toolkit@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
pygments>
=
2.0.0:textproc/py-pygments@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
requests>
=
2.20.0:www/py-requests@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
rich>
=
12.
5.1
:textproc/py-rich@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
rich>
=
12.
6.0
:textproc/py-rich@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
urllib3>
=
1.24,1:net/py-urllib3@
${
PY_FLAVOR
}
USES
=
dos2unix
python:3.
6
+
USES
=
python:3.
7
+
USE_PYTHON
=
autoplist concurrent distutils
NO_ARCH
=
yes
...
...
This diff is collapsed.
Click to expand it.
net/py-softlayer/distinfo
+
3
−
3
View file @
e8c660b6
TIMESTAMP = 16
64767
97
0
SHA256 (SoftLayer-6.1.
2
.tar.gz) =
8deccc1f11a97280e9e606e8a874d7fa3393cf8cfdabdeada0e550516df0f65f
SIZE (SoftLayer-6.1.
2
.tar.gz) = 4
70381
TIMESTAMP = 16
74589
97
4
SHA256 (SoftLayer-6.1.
3
.tar.gz) =
9c7bac1f8440954ef45a36dfb7258796e1183e61c87a751d293f4799f5c1acbd
SIZE (SoftLayer-6.1.
3
.tar.gz) = 4
65165
This diff is collapsed.
Click to expand it.
net/py-softlayer/files/patch-setup.py
+
4
−
10
View file @
e8c660b6
---
setup
.
py
.
orig
2022
-
07
-
01
19
:
13
:
56
UTC
---
setup
.
py
.
orig
2022
-
12
-
01
22
:
04
:
12
UTC
+++
setup
.
py
@@
-
35
,
12
+
35
,
12
@@
setup
(
python_requires
=
'
>=3.6
'
,
install_requires
=
[
'
prettytable >= 2.5.0
'
,
-
'
click >= 8.0.4
'
,
+
'
click >= 8.0.3
'
,
'
requests >= 2.20.0
'
,
@@
-
40
,
7
+
40
,
7
@@
setup
(
'
prompt_toolkit >= 2
'
,
'
pygments >= 2.0.0
'
,
'
urllib3 >= 1.24
'
,
-
'
rich == 12.
5.1
'
+
'
rich >= 12.
5.1
'
-
'
rich == 12.
6.0
'
+
'
rich >= 12.
6.0
'
],
keywords
=
[
'
softlayer
'
,
'
cloud
'
,
'
slcli
'
],
classifiers
=
[
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