dev-python/django-picklefield: 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:
Hanno Böck
2020-09-17 16:46:45 +02:00
parent 2c5e111899
commit b9f6eb387b
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST django-picklefield-3.0.1.tar.gz 9506 BLAKE2B 6eda8dca31454a5f8cc8a670a19e25ac0b641bf6b7d31d695e617653cd88c1d84b88c39632f1d915ce8e0fe0dd8432d687559f2037d94ab50758f71a8b4f087f SHA512 7f14b4803dc8bdb1d62fec4063bf6eb7714445f85a13a4fe098154fa2d7f6a4e54308bf2324bc4921eaabf1023bb06b89a4bf52bb0ff89594075e02672d217ba

View 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="Pickled object field for Django."
HOMEPAGE="https://github.com/gintas/django-picklefield"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-python/django[${PYTHON_USEDEP}]"

View File

@@ -0,0 +1,11 @@
<?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-picklefield</remote-id>
<remote-id type="github">gintas/django-picklefield</remote-id>
</upstream>
</pkgmetadata>