diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-08-07 11:38:39 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-08-09 16:58:22 +0200 |
commit | fa680e2903e8f9e8c2ed26c5f5ce7bb005c3be6c (patch) | |
tree | 902318730a99e00a9a29818a61a84ac4ec5617dd /package/python-semver/Config.in | |
parent | 62df8bfc4463f6970d9c8c894b4dfe76a2262e86 (diff) | |
download | buildroot-fa680e2903e8f9e8c2ed26c5f5ce7bb005c3be6c.tar.gz buildroot-fa680e2903e8f9e8c2ed26c5f5ce7bb005c3be6c.zip |
package: add python-semver
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-semver/Config.in')
-rw-r--r-- | package/python-semver/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-semver/Config.in b/package/python-semver/Config.in new file mode 100644 index 0000000000..c66231a730 --- /dev/null +++ b/package/python-semver/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_SEMVER + bool "python-semver" + help + Python helper for Semantic Versioning (http://semver.org/). + + https://github.com/k-bx/python-semver |