mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/cookies: Initial version
Package-Manager: portage-2.2.20.1
This commit is contained in:
1
dev-python/cookies/Manifest
Normal file
1
dev-python/cookies/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cookies-2.2.1.tar.gz 40704 SHA256 d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e SHA512 76f362a9a1d74b87c90c5b91ad806d872612d31f487e4067a627409316f6099602c9e5a429f85ce20adcb0a7b63dd131b9e1ecc5c0c6444d1569367432a719de WHIRLPOOL cbce32475c9496adb50519a147d41264c2bcc21005ff5e1d4566ea8475ac7c642349638104489b91d4a8264df1d0882f8d22100e6195841e4ef0f44fed1c68c1
|
||||
24
dev-python/cookies/cookies-2.2.1.ebuild
Normal file
24
dev-python/cookies/cookies-2.2.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=(python{2_7,3_4})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Friendlier RFC 6265-compliant cookie parser/renderer"
|
||||
HOMEPAGE="https://gitlab.com/sashahart/cookies"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_test() {
|
||||
py.test || die
|
||||
}
|
||||
9
dev-python/cookies/metadata.xml
Normal file
9
dev-python/cookies/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<maintainer>
|
||||
<email>mrueg@gentoo.org</email>
|
||||
<name>Manuel Rüger</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user