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 C73A9138334 for ; Thu, 28 Jun 2018 12:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F054E087A; Thu, 28 Jun 2018 12:20:43 +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 71899E087A for ; 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 75F9F335CA7 for ; Thu, 28 Jun 2018 12:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9120634D for ; Thu, 28 Jun 2018 12:20:39 +0000 (UTC) From: "Alexey Shvetsov" 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" Message-ID: <1530188399.faee7f6566589a1ddb56ea8dc4d6de08a7977d82.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/duecredit/Manifest dev-python/duecredit/duecredit-0.6.4.ebuild dev-python/duecredit/metadata.xml X-VCS-Directories: dev-python/duecredit/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: faee7f6566589a1ddb56ea8dc4d6de08a7977d82 X-VCS-Branch: master Date: Thu, 28 Jun 2018 12:20:39 +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: 7c431d71-edc5-4833-ae79-4e6fffe00df0 X-Archives-Hash: c72901203316badec5006b6408d25fe1 commit: faee7f6566589a1ddb56ea8dc4d6de08a7977d82 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jun 28 12:07:17 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jun 28 12:19:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faee7f65 dev-python/duecredit: Initial import Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/duecredit/Manifest | 1 + dev-python/duecredit/duecredit-0.6.4.ebuild | 21 +++++++++++++++++++++ dev-python/duecredit/metadata.xml | 15 +++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest new file mode 100644 index 00000000000..970a265a466 --- /dev/null +++ b/dev-python/duecredit/Manifest @@ -0,0 +1 @@ +DIST duecredit-0.6.4.tar.gz 65763 BLAKE2B 590e5736a2a65153078a515fcba64dc3a34aa058311276a4144a40788140be563bf689956067a60179dcecd4b58b371c811dc9b50a0c7e21f6cf5d3193f2d17e SHA512 4a11c743be40c1ef14e73d06ba4434964f9a62f6c19c8aa18b337b1f37526e770e020e672bcef5fc920a64c2a0f2a0eccec6917ec172078c4d3ea24ec0e1683d diff --git a/dev-python/duecredit/duecredit-0.6.4.ebuild b/dev-python/duecredit/duecredit-0.6.4.ebuild new file mode 100644 index 00000000000..5027172f3e2 --- /dev/null +++ b/dev-python/duecredit/duecredit-0.6.4.ebuild @@ -0,0 +1,21 @@ +# 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="Publications (and donations) tracer" +HOMEPAGE="https://github.com/duecredit/duecredit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/duecredit/metadata.xml b/dev-python/duecredit/metadata.xml new file mode 100644 index 00000000000..4da5669f0f1 --- /dev/null +++ b/dev-python/duecredit/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + alexxy@gentoo.org + Alexey Shvetsov + + + duecredit/duecredit + +