From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/pyte/Manifest | 6 ++++++ dev-python/pyte/metadata.xml | 12 ++++++++++++ dev-python/pyte/pyte-0.5.2-r1.ebuild | 32 ++++++++++++++++++++++++++++++++ dev-python/pyte/pyte-0.5.2-r2.ebuild | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 dev-python/pyte/Manifest create mode 100644 dev-python/pyte/metadata.xml create mode 100644 dev-python/pyte/pyte-0.5.2-r1.ebuild create mode 100644 dev-python/pyte/pyte-0.5.2-r2.ebuild (limited to 'dev-python/pyte') diff --git a/dev-python/pyte/Manifest b/dev-python/pyte/Manifest new file mode 100644 index 000000000000..5bb490c039cb --- /dev/null +++ b/dev-python/pyte/Manifest @@ -0,0 +1,6 @@ +DIST pyte-0.5.2.tar.gz 42719 SHA256 d734cf4021035df222a51853e1b40e27dc06e1f5ed547cfefff4ae4865ee7529 SHA512 da903b31bb67e60bc8271c162f3429871d0def039cec5f63f07764fce1994236063876eb069a88783a4c7d8b0eac0646549c00f2a51ab8630287d852f05f4b0d WHIRLPOOL 0707f6a905b46d6e89abff343dd0cb5cb81a096b2b6726a87780beba89a13b12cd554383902025975a8d3d2c2344fdc902912eae33fa0fc77d976fd7e3df0019 +EBUILD pyte-0.5.2-r1.ebuild 761 SHA256 128419366a11aabeb558f7836794b37158842d55462942712bccc58544243634 SHA512 b19d397c57d45acf04f992915f4a5e665987e245ebb49121fdd41ffda3f7726f680aacc56bf74352633bbc6038d6f2609eac4006ca5ebedb6ed0d21af2754832 WHIRLPOOL 42998afc05ff8b7f6d8d37c66d6826395e605563807eb64a0003b4eec3ee6ae33cdc25aa5eba2fec0fa34c38f9156caef26d3254512a3d662745bc5ad221b77d +EBUILD pyte-0.5.2-r2.ebuild 765 SHA256 01c6946e3fa70a649ce4668e9f47c08b8d1aa08eb0bac7acaa6af09a8ca28433 SHA512 81182edab5649c72d80f3b0ee07eee0d0a6d0ee9f6893945a4dbdc67886a7b184660ec8e19bb8125925d2de5b559e7a4f179cff009b6b535aa00d610802ef327 WHIRLPOOL e25b3df548ab77e65fd05d18e1478da60dc3e154ebc12fd05b76b2d873790c8daa6f79782289f234a7d25a87622bbccc5db9e562de5643f7a4e99675e7c8de67 +MISC ChangeLog 3453 SHA256 16f64a25b2d3d4b7bf0b9e63738bad034a05cdb6a2fdff73f5a5fed479247c6b SHA512 0abb34ea07a6bfdfa98fd5228c1cf97c7ba6218cd3a94ea95f63a9ddcde9b70929cde807378143ab33d56fbe97fab297e0df113720a9b1d986108aec071f1476 WHIRLPOOL 833d1375d3f7c30d1abc6110d641bd7507db63994b1fee4edf8f77cf934362ff50c1d3eeebeeecb50c071bf738221b487ba8c75ba3cd848f6cea31e047bbfa8f +MISC ChangeLog-2015 546 SHA256 fc3ab8bdd16fa6f536d09b86ea411f1c07846cec04f8b921c1dc02207b6d980f SHA512 2d8c7d09328d5d35733b5980343a9f142bce101ef6e04a469f47cb181ffda8ad4b57a15d391cf7c88b75fc6428ed1d97c4324c18c68f5e1ba186705eb125c99a WHIRLPOOL 2fc65223af17d2125ac49b19484ee9174fc9fb2a796c8bea2dcce4b25dfe63974dbdaf41b646b88118cf9206634f4360128cf34a7ad101bf41c04dbf0bb69fa9 +MISC metadata.xml 372 SHA256 005b9f657914a469bb748b6d68d5fa03128b364d52ba5feca298025392ab5e09 SHA512 6ba189a1a43ff10537319bfdebf23046437a86dec5c6bb219e97076120b31e20aba0e4cdb8abe932c378d17c766ae2ae7a65d9538cf3926cb106bd20206901bc WHIRLPOOL 056ac0104c7b055ef7275f1f3bf2c5b9dd37848a58ab20894bda9a324c3ca776aef19b1b439709958a74dc1bcbe231fc35b6e8f406a5238c1c4567df308d4ef2 diff --git a/dev-python/pyte/metadata.xml b/dev-python/pyte/metadata.xml new file mode 100644 index 000000000000..0d081bed8ca8 --- /dev/null +++ b/dev-python/pyte/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + pyte + selectel/pyte + + diff --git a/dev-python/pyte/pyte-0.5.2-r1.ebuild b/dev-python/pyte/pyte-0.5.2-r1.ebuild new file mode 100644 index 000000000000..38f19dd8f600 --- /dev/null +++ b/dev-python/pyte/pyte-0.5.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Simple VTXXX-compatible terminal emulator" +HOMEPAGE="https://pypi.python.org/pypi/pyte/ https://github.com/selectel/pyte" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-3" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +python_prepare_all() { + distutils-r1_python_prepare_all +} + +python_test() { + esetup.py test --verbose +} diff --git a/dev-python/pyte/pyte-0.5.2-r2.ebuild b/dev-python/pyte/pyte-0.5.2-r2.ebuild new file mode 100644 index 000000000000..999ffe7479b7 --- /dev/null +++ b/dev-python/pyte/pyte-0.5.2-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Simple VTXXX-compatible terminal emulator" +HOMEPAGE="https://pypi.python.org/pypi/pyte/ https://github.com/selectel/pyte" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +python_prepare_all() { + distutils-r1_python_prepare_all +} + +python_test() { + esetup.py test --verbose +} -- cgit v1.2.3