diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-08 21:23:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-08 21:23:28 +0000 |
| commit | bc0af686e206f003495437e73125ee53d5c8eac3 (patch) | |
| tree | c37af68cdc2c53f28cac7860adeda71d6ddd3fc4 /dev-python | |
| parent | 2c01663ba548fd1cfc6d2b376239b33bc22a77e8 (diff) | |
| download | baldeagleos-repo-bc0af686e206f003495437e73125ee53d5c8eac3.tar.gz baldeagleos-repo-bc0af686e206f003495437e73125ee53d5c8eac3.tar.xz baldeagleos-repo-bc0af686e206f003495437e73125ee53d5c8eac3.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/jsonslicer/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/jsonslicer/jsonslicer-0.1.7.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/jsonslicer/Manifest b/dev-python/jsonslicer/Manifest index 85fa75fd620c..265471c73df7 100644 --- a/dev-python/jsonslicer/Manifest +++ b/dev-python/jsonslicer/Manifest @@ -1 +1,2 @@ DIST jsonslicer-0.1.6.tar.gz 19699 BLAKE2B a5bc618f237b3650411320048cd81b0c7f0adfcc7f06476ecd0a334188fe53943555a6a69cb213f861806fc491562026a629f2208135637470b39abaea892340 SHA512 8d95209f701070a30b892d44561bac76ea016bda3f0e1108aed8680bf9a7b41112a8073e05ac711ad7f7d8ba12705d790fcf15c641bee76fe8d4a56c54f99204 +DIST jsonslicer-0.1.7.tar.gz 20511 BLAKE2B 33f3f62725818fb65b94c01064490c11009a687ad4110d4cfa2fc887e4ce634f8542b1b27e6509336886969bb04b99b88c1b3333ce4d39d3a2000c8b10aacab5 SHA512 f73c6af6f1d743cab5f3921ff4e140ffe9f1b711041440a69b8854aa3ffa6bdc7cc5826a3e429e16d02978639b9670598c5f7f8c9423a342a7e069ce4ebf96c4 diff --git a/dev-python/jsonslicer/jsonslicer-0.1.7.ebuild b/dev-python/jsonslicer/jsonslicer-0.1.7.ebuild new file mode 100644 index 000000000000..3921bb6af330 --- /dev/null +++ b/dev-python/jsonslicer/jsonslicer-0.1.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="stream JSON parser" +HOMEPAGE="https://github.com/AMDmi3/jsonslicer" +SRC_URI="https://github.com/AMDmi3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd" + +DEPEND=" + dev-util/pkgconf + dev-libs/yajl +" |
