From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CA92139087 for ; Fri, 6 Jan 2017 00:12:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F0721C087; Fri, 6 Jan 2017 00:12:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37B1F21C084 for ; Fri, 6 Jan 2017 00:12:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 050533413AA for ; Fri, 6 Jan 2017 00:12:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F9322623 for ; Fri, 6 Jan 2017 00:12:25 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1483661281.aa0d59d0f79adf50a090ef3bbc17266c6dd9dc02.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ReParser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ReParser/Manifest dev-python/ReParser/ReParser-1.4.3.ebuild dev-python/ReParser/metadata.xml X-VCS-Directories: dev-python/ReParser/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: aa0d59d0f79adf50a090ef3bbc17266c6dd9dc02 X-VCS-Branch: master Date: Fri, 6 Jan 2017 00:12:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e2377bd-43aa-4975-a73f-985981b90bd0 X-Archives-Hash: 32614c024184e6c8a8598c896cbc57dc commit: aa0d59d0f79adf50a090ef3bbc17266c6dd9dc02 Author: William Hubbs gentoo org> AuthorDate: Tue Jan 3 19:28:33 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 6 00:08:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0d59d0 dev-python/ReParser: initial ebuild Package-Manager: Portage-2.3.0, Repoman-2.3.1 dev-python/ReParser/Manifest | 1 + dev-python/ReParser/ReParser-1.4.3.ebuild | 26 ++++++++++++++++++++++++++ dev-python/ReParser/metadata.xml | 11 +++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/ReParser/Manifest b/dev-python/ReParser/Manifest new file mode 100644 index 00000000..84b3804 --- /dev/null +++ b/dev-python/ReParser/Manifest @@ -0,0 +1 @@ +DIST ReParser-1.4.3.tar.gz 4560 SHA256 e69caf58a29d6e04723f6a7a456d304b7acfcf413957dafcd90ee49eccc2d15a SHA512 db02caa6f4f1997cfc7a79283b1b90d3ff96e7fa2e7ba5b119e0060b97d1dd2604640c7d0a8503dbc05613b9b507e7d8732e9448c3ecb59ba85cf340ff1a5e2b WHIRLPOOL dd14ed07b663558a0701ff26b14bb98288c13874e66d1399af98444f65302630148a289590f739d4950fcfb5a5a5825c7173da7215d307e474c57032b70524ae diff --git a/dev-python/ReParser/ReParser-1.4.3.ebuild b/dev-python/ReParser/ReParser-1.4.3.ebuild new file mode 100644 index 00000000..16cfd3f --- /dev/null +++ b/dev-python/ReParser/ReParser-1.4.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5} ) +inherit distutils-r1 + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI="git://github.com/hickford/MechanicalSoup" + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="simple regex-based lexer/parser for inline markup" +HOMEPAGE="https://pypi.python.org/pypi/ReParser" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" diff --git a/dev-python/ReParser/metadata.xml b/dev-python/ReParser/metadata.xml new file mode 100644 index 00000000..b692da6 --- /dev/null +++ b/dev-python/ReParser/metadata.xml @@ -0,0 +1,11 @@ + + + + + williamh@gentoo.org + William Hubbs + + + python@gentoo.org + +