From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1033516-garchives=archives.gentoo.org@lists.gentoo.org> 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 02052138334 for <garchives@archives.gentoo.org>; Thu, 28 Jun 2018 12:20:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29344E0880; Thu, 28 Jun 2018 12:20:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E455CE0880 for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jun 2018 12:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0694B335CB6 for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jun 2018 12:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9A734C for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jun 2018 12:20:39 +0000 (UTC) From: "Alexey Shvetsov" <alexxy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org> Message-ID: <1530188395.e8a5a4ef2a02c95697b254a2b2434bf13e5bfaa3.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/citeproc-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/citeproc-py/Manifest dev-python/citeproc-py/citeproc-py-0.4.0.ebuild dev-python/citeproc-py/metadata.xml X-VCS-Directories: dev-python/citeproc-py/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: e8a5a4ef2a02c95697b254a2b2434bf13e5bfaa3 X-VCS-Branch: master Date: Thu, 28 Jun 2018 12:20:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5dee76a1-ee76-4fed-96cb-12260349cd8b X-Archives-Hash: 369061851b5c347402e70ebdca70f4ca commit: e8a5a4ef2a02c95697b254a2b2434bf13e5bfaa3 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Thu Jun 28 12:00:51 2018 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Thu Jun 28 12:19:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a5a4ef dev-python/citeproc-py: Initial import Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/citeproc-py/Manifest | 1 + dev-python/citeproc-py/citeproc-py-0.4.0.ebuild | 20 ++++++++++++++++++++ dev-python/citeproc-py/metadata.xml | 15 +++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/citeproc-py/Manifest b/dev-python/citeproc-py/Manifest new file mode 100644 index 00000000000..b47f04a2e2a --- /dev/null +++ b/dev-python/citeproc-py/Manifest @@ -0,0 +1 @@ +DIST citeproc-py-0.4.0.tar.gz 109786 BLAKE2B 8d8520ad10a9db7b7da1a2febcc594750572a562ada3944e41dd42321a3b9384828ad17e671307b5c4affeca2ec4a3f8e97eec650dad7005323ccb2913ef43d5 SHA512 bdc09a6f632a13cdfa757710c0d137ec73fe590bd01e049847fe013569231426bc72b318133fa34c96c5608b7a30058c27f4cd3d5fa2ba4b0760527b877992d5 diff --git a/dev-python/citeproc-py/citeproc-py-0.4.0.ebuild b/dev-python/citeproc-py/citeproc-py-0.4.0.ebuild new file mode 100644 index 00000000000..47823b83524 --- /dev/null +++ b/dev-python/citeproc-py/citeproc-py-0.4.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="Yet another Python CSL Processor" +HOMEPAGE="https://pypi.python.org/pypi/citeproc-py" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/rnc2rng[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}]" diff --git a/dev-python/citeproc-py/metadata.xml b/dev-python/citeproc-py/metadata.xml new file mode 100644 index 00000000000..4ad4957cfd2 --- /dev/null +++ b/dev-python/citeproc-py/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <maintainer type="person"> + <email>alexxy@gentoo.org</email> + <name>Alexey Shvetsov</name> + </maintainer> + <upstream> + <remote-id type="github">brechtm/citeproc-py</remote-id> + </upstream> +</pkgmetadata>