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 9F956138334 for ; Thu, 14 Mar 2019 21:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A02C7E092B; Thu, 14 Mar 2019 21:31:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7540AE092B for ; Thu, 14 Mar 2019 21:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9E653335CF4 for ; Thu, 14 Mar 2019 21:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2EEE452 for ; Thu, 14 Mar 2019 21:31:40 +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: <1552598716.dcd9b6f998b2b6c67a6c225f8062ce02f391b082.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-js-asset/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-js-asset/Manifest dev-python/django-js-asset/django-js-asset-1.2.2.ebuild dev-python/django-js-asset/metadata.xml X-VCS-Directories: dev-python/django-js-asset/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: dcd9b6f998b2b6c67a6c225f8062ce02f391b082 X-VCS-Branch: master Date: Thu, 14 Mar 2019 21:31:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6afe4fce-296b-4694-86d7-ead87b0283be X-Archives-Hash: ccc920a75300e20fe27a29a60117b550 commit: dcd9b6f998b2b6c67a6c225f8062ce02f391b082 Author: William Hubbs sony com> AuthorDate: Thu Mar 14 21:15:42 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Mar 14 21:25:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd9b6f9 dev-python/django-js-asset: additional attributes for django.forms.Media Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> dev-python/django-js-asset/Manifest | 1 + .../django-js-asset/django-js-asset-1.2.2.ebuild | 19 +++++++++++++++++++ dev-python/django-js-asset/metadata.xml | 8 ++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-python/django-js-asset/Manifest b/dev-python/django-js-asset/Manifest new file mode 100644 index 00000000000..75fad6dc707 --- /dev/null +++ b/dev-python/django-js-asset/Manifest @@ -0,0 +1 @@ +DIST django-js-asset-1.2.2.tar.gz 4436 BLAKE2B e6b2ff1b2b90da5ae95af08b28eb1970e6e0edffee7eeec0a4697855040c4afd0febcc569d0a78c46bca80835b404367c426019016e5089b3aed984916e13cc2 SHA512 ea050c5093abd8312733b1402e275fcb44f0702c27e28aeb64d0470a8514cd85906707915556a9878b669c96918813c4bf2b69d281d33f18fcc7c143f8ae9f48 diff --git a/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild b/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild new file mode 100644 index 00000000000..9f097d63ab2 --- /dev/null +++ b/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="script tag with additional attributes for django.forms.Media" +HOMEPAGE="https://github.com/matthiask/django-js-asset" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/django-1.17[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} +dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-js-asset/metadata.xml b/dev-python/django-js-asset/metadata.xml new file mode 100644 index 00000000000..c36c37139fa --- /dev/null +++ b/dev-python/django-js-asset/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + +