diff --git a/dev-python/json2html/Manifest b/dev-python/json2html/Manifest
new file mode 100644
index 000000000..4312308d6
--- /dev/null
+++ b/dev-python/json2html/Manifest
@@ -0,0 +1 @@
+DIST json2html-1.3.0.tar.gz 6977 BLAKE2B 4f5d83b45b3fe3eb3e41d5e20a2a9b92b51dbf05a6518c495f87c6399cec7890dafee07dbfa4f09910b89a03655882186d7681a0dfe99cc3643a768dceddf722 SHA512 3f040c8725e9fd5d74c76835fc7dc4a3da2bd6bf764b2e5b5835f10fd433722537b6c3ec7e90f84bacc104d49fceb257d98a14b0054990306b36a7dfbbb56d93
diff --git a/dev-python/json2html/json2html-1.3.0.ebuild b/dev-python/json2html/json2html-1.3.0.ebuild
new file mode 100644
index 000000000..fdc3425d7
--- /dev/null
+++ b/dev-python/json2html/json2html-1.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python module for converting complex JSON oject to HTML Table representation"
+HOMEPAGE="https://github.com/softvar/json2html"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT=0
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)
+ dev-python/simplejson[${PYTHON_USEDEP}]"
diff --git a/dev-python/json2html/metadata.xml b/dev-python/json2html/metadata.xml
new file mode 100644
index 000000000..ebc718e70
--- /dev/null
+++ b/dev-python/json2html/metadata.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ email@linxon.ru
+ Yury Martynov
+
+
diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest
new file mode 100644
index 000000000..15e8f27b3
--- /dev/null
+++ b/dev-python/pathspec/Manifest
@@ -0,0 +1 @@
+DIST pathspec-0.5.9.tar.gz 25473 BLAKE2B 0209c96e039cd881e8f0f5a63aff317bfabf4d78a7361aa13968278ee385eefa024b8cfc651491d43b84b736e7ff377178960eee99f844653b86e59a59beb9e7 SHA512 205784fcea6c16d930409238c14ab47632aea97f8e26242d179c5a6eaee1953494e0a6fdae8ef41ae090fb1e74c54017f4be400b6a65b12ca1b162413deee31b
diff --git a/dev-python/pathspec/metadata.xml b/dev-python/pathspec/metadata.xml
new file mode 100644
index 000000000..ebc718e70
--- /dev/null
+++ b/dev-python/pathspec/metadata.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ email@linxon.ru
+ Yury Martynov
+
+
diff --git a/dev-python/pathspec/pathspec-0.5.9.ebuild b/dev-python/pathspec/pathspec-0.5.9.ebuild
new file mode 100644
index 000000000..188a0c396
--- /dev/null
+++ b/dev-python/pathspec/pathspec-0.5.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utility library for gitignore style pattern matching of file paths"
+HOMEPAGE="https://pypi.org/project/pathspec/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT=0
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
+IUSE=""
+RDEPEND="${PYTHON_DEPS}"
diff --git a/dev-python/yamllint/Manifest b/dev-python/yamllint/Manifest
new file mode 100644
index 000000000..5cf006f2d
--- /dev/null
+++ b/dev-python/yamllint/Manifest
@@ -0,0 +1 @@
+DIST yamllint-1.16.0.tar.gz 116004 BLAKE2B 3bae5fcb138f27e2c865231cdcd1de128c91d7fcf1e0e88fa1ad95f035d265d3da161fe27bc52660ac2399ace5f3dc94cdbbab681d728170a3f74916440c9a1f SHA512 57a7a0c5e2681bab9225bffc37e44d1498aa591895c836dfab787b09b86eb67ff5cd89ba4bc8840ebedaf83d5114bb0f5a76a60a6aedb385f3e7e4386f18ea0d
diff --git a/dev-python/yamllint/metadata.xml b/dev-python/yamllint/metadata.xml
new file mode 100644
index 000000000..ebc718e70
--- /dev/null
+++ b/dev-python/yamllint/metadata.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ email@linxon.ru
+ Yury Martynov
+
+
diff --git a/dev-python/yamllint/yamllint-1.16.0.ebuild b/dev-python/yamllint/yamllint-1.16.0.ebuild
new file mode 100644
index 000000000..098f56e07
--- /dev/null
+++ b/dev-python/yamllint/yamllint-1.16.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A linter for YAML files"
+HOMEPAGE="https://github.com/adrienverge/yamllint"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT=0
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/pathspec[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]"