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
2a6480a3
There was an error fetching the commit references. Please try again later.
Verified
Commit
2a6480a3
authored
3 years ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
textproc/py-tomli-w: Update to 0.4.0
Changes:
https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md
parent
17bcbb1d
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/py-tomli-w/Makefile
+4
-1
4 additions, 1 deletion
textproc/py-tomli-w/Makefile
textproc/py-tomli-w/distinfo
+3
-3
3 additions, 3 deletions
textproc/py-tomli-w/distinfo
textproc/py-tomli-w/files/setup.py
+21
-0
21 additions, 0 deletions
textproc/py-tomli-w/files/setup.py
with
28 additions
and
4 deletions
textproc/py-tomli-w/Makefile
+
4
−
1
View file @
2a6480a3
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME
=
tomli-w
PORTVERSION
=
0.
3
.0
PORTVERSION
=
0.
4
.0
CATEGORIES
=
textproc python
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -18,4 +18,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH
=
yes
post-patch
:
@${
CP
}
${
FILESDIR
}
/setup.py
${
WRKSRC
}
/
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
textproc/py-tomli-w/distinfo
+
3
−
3
View file @
2a6480a3
TIMESTAMP = 163
4111638
SHA256 (tomli_w-0.
3
.0.tar.gz) =
207c5f05803aec5a9a578c6aca5c1bbbba9783ad88461f3e180eb8c3c3c48a4b
SIZE (tomli_w-0.
3
.0.tar.gz) =
5466
TIMESTAMP = 163
5181101
SHA256 (tomli_w-0.
4
.0.tar.gz) =
47643abe03b628b6e214c38cf0816dca7b63888e503ec8580d251e331c0526b6
SIZE (tomli_w-0.
4
.0.tar.gz) =
6568
This diff is collapsed.
Click to expand it.
textproc/py-tomli-w/files/setup.py
0 → 100644
+
21
−
0
View file @
2a6480a3
#!/usr/bin/env python
# setup.py generated by flit for tools that don't yet use PEP 517
from
distutils.core
import
setup
packages
=
\
[
'
tomli_w
'
]
package_data
=
\
{
''
:
[
'
*
'
]}
setup
(
name
=
'
tomli_w
'
,
version
=
'
0.4.0
'
,
description
=
"
A lil
'
TOML writer
"
,
author
=
None
,
author_email
=
'
Taneli Hukkinen <hukkin@users.noreply.github.com>
'
,
url
=
None
,
packages
=
packages
,
package_data
=
package_data
,
python_requires
=
'
>=3.6
'
,
)
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