Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
The Universal Packaging Tool
upt
Commits
ead983c2
Commit
ead983c2
authored
Mar 20, 2018
by
Cyril Roelandt
Browse files
Officially support upt-nix.
parent
1000fa2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
ead983c2
...
...
@@ -7,6 +7,7 @@ Based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Added
- upt package: Add the '--output' option
- upt.log: New module that provides frontends/backends with a logger
- upt-nix is now an officially supported backend
## [0.3] - 2018-03-13
### Added
...
...
README.md
View file @
ead983c2
...
...
@@ -342,6 +342,8 @@ The following backends are supported:
-
[
upt-guix
](
https://pypi.python.org/pypi/upt-guix
)
a backend for
[
GNU
Guix
](
https://www.gnu.org/s/guix
)
-
[
upt-nix
](
https://pypi.python.org/pypi/upt-nix
)
a backend for
[
Nix
](
https://nixos.org/nix/
)
-
[
upt-openbsd
](
https://pypi.python.org/pypi/upt-openbsd
)
a backend for
[
OpenBSD
](
https://www.openbsd.org
)
...
...
setup.cfg
View file @
ead983c2
...
...
@@ -32,4 +32,5 @@ frontends =
backends =
upt-guix
upt-nix
upt-openbsd
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment