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 50FED138359 for ; Wed, 16 Sep 2020 17:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8661BE0870; Wed, 16 Sep 2020 17:21:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 682EFE0870 for ; Wed, 16 Sep 2020 17:21:13 +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 C7A62340E95 for ; Wed, 16 Sep 2020 17:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EAB433A for ; Wed, 16 Sep 2020 17:21:10 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1600276861.6a0439a43d6d6c30b5fb829fdf4edd64f02c4f0f.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-appconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-appconf/Manifest dev-python/django-appconf/django-appconf-1.0.4.ebuild dev-python/django-appconf/metadata.xml X-VCS-Directories: dev-python/django-appconf/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 6a0439a43d6d6c30b5fb829fdf4edd64f02c4f0f X-VCS-Branch: master Date: Wed, 16 Sep 2020 17:21:10 +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: 3fdc410d-8a17-4763-8460-7b27c1908d9a X-Archives-Hash: fff450b508e6dd77f99c124ee8ba4336 commit: 6a0439a43d6d6c30b5fb829fdf4edd64f02c4f0f Author: Hanno Böck gentoo org> AuthorDate: Wed Sep 16 17:21:01 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Wed Sep 16 17:21:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0439a4 dev-python/django-appconf: Initial commit. Needed for mailman 3. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.7, Repoman-3.0.1 dev-python/django-appconf/Manifest | 1 + dev-python/django-appconf/django-appconf-1.0.4.ebuild | 16 ++++++++++++++++ dev-python/django-appconf/metadata.xml | 10 ++++++++++ 3 files changed, 27 insertions(+) diff --git a/dev-python/django-appconf/Manifest b/dev-python/django-appconf/Manifest new file mode 100644 index 00000000000..d84cd9ecbe2 --- /dev/null +++ b/dev-python/django-appconf/Manifest @@ -0,0 +1 @@ +DIST django-appconf-1.0.4.tar.gz 18733 BLAKE2B 21af3c3913aafe6a7670256bb10e80d0ac286fdeea646f91e8696470be3c1dcfb0b6d04e626f80784de02693583bf0b7a16da658175f8a1d81200a5c837831ee SHA512 0d0a206d43d4c6d7f3dbe5fb6423f5f012dae42bae7459f3ee06501f9c126e73f69a30da5c34c84014e582a7b42f253ebd37ece8b8477963cb5d2357ca095639 diff --git a/dev-python/django-appconf/django-appconf-1.0.4.ebuild b/dev-python/django-appconf/django-appconf-1.0.4.ebuild new file mode 100644 index 00000000000..b58eba97d67 --- /dev/null +++ b/dev-python/django-appconf/django-appconf-1.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="A helper class for handling configuration defaults of packaged apps gracefully." +HOMEPAGE="https://django-appconf.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +DEPEND="dev-python/django[${PYTHON_USEDEP}]" diff --git a/dev-python/django-appconf/metadata.xml b/dev-python/django-appconf/metadata.xml new file mode 100644 index 00000000000..88ac22b68bc --- /dev/null +++ b/dev-python/django-appconf/metadata.xml @@ -0,0 +1,10 @@ + + + + + hanno@gentoo.org + + + django-appconf + +