mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/django-appconf: Initial commit.
Needed for mailman 3. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.7, Repoman-3.0.1
This commit is contained in:
1
dev-python/django-appconf/Manifest
Normal file
1
dev-python/django-appconf/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST django-appconf-1.0.4.tar.gz 18733 BLAKE2B 21af3c3913aafe6a7670256bb10e80d0ac286fdeea646f91e8696470be3c1dcfb0b6d04e626f80784de02693583bf0b7a16da658175f8a1d81200a5c837831ee SHA512 0d0a206d43d4c6d7f3dbe5fb6423f5f012dae42bae7459f3ee06501f9c126e73f69a30da5c34c84014e582a7b42f253ebd37ece8b8477963cb5d2357ca095639
|
||||
16
dev-python/django-appconf/django-appconf-1.0.4.ebuild
Normal file
16
dev-python/django-appconf/django-appconf-1.0.4.ebuild
Normal file
@@ -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}]"
|
||||
10
dev-python/django-appconf/metadata.xml
Normal file
10
dev-python/django-appconf/metadata.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>hanno@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-appconf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user