summaryrefslogtreecommitdiff
path: root/dev-python/tinycss
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /dev-python/tinycss
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/tinycss')
-rw-r--r--dev-python/tinycss/Manifest4
-rw-r--r--dev-python/tinycss/tinycss-0.3.ebuild5
-rw-r--r--dev-python/tinycss/tinycss-0.4.ebuild5
3 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/tinycss/Manifest b/dev-python/tinycss/Manifest
index da12a706a0b6..cd3778d0f851 100644
--- a/dev-python/tinycss/Manifest
+++ b/dev-python/tinycss/Manifest
@@ -1,5 +1,5 @@
DIST tinycss-0.3.tar.gz 72860 BLAKE2B 5f87145116f779955fc9557d6c983b6fc8848a413fe5348271c9476e7dc2a841feef5366d4606c9a0619b9a93bee2a1b30b7a46a4ddc720664993928561903c3 SHA512 1fdf29777ee7b3ef39cf2169d8f464a7e5aea850de8a7976acf3ed9e73e831ea0d7ee52b4c8c9979b2263509cbffe1bde85cf6da178ddeaac9009ace7a2b4441
DIST tinycss-0.4.tar.gz 87759 BLAKE2B 9b7691f5d5fcfb5580a9f2a0f1f50caea3dba74853917e5e46ca93cab6f35f2f8c4f5babf01d25661d05ef1b26ccc35914750917fb92b394b0ca6530a19f3514 SHA512 13a50332cddc28026fd7ecc007e14085976284e69de6ea93d1013502fd9791694092c010947b13dcd23f3a2df65f277f62410abd90d03eac16fa5af913673b0a
-EBUILD tinycss-0.3.ebuild 650 BLAKE2B c3c4f42436a3c714ed90f10a7f32c3931dd6cac79f521994597725b551dbc33002532b7e24b3f997fd73aeb87de93d43b458facbbe98d6964eeab652a7ce1c93 SHA512 3643d2c38c0b308d5d2d8eff65700f5fbeffe3d5f9b47fbdb1c04f22656862e04deeb5b5bd919d8c4b34ee3e4fb6eb56127259e7dda7b14bae26b90f815249bc
-EBUILD tinycss-0.4.ebuild 809 BLAKE2B bd88841501a9d79d09b0d3daf98c44e536185843eeef436bcb12e6eefd3591d306e1d3649f8795b29c2538adfdbcf15fb2c384017b2a280720f9dc672b9b911c SHA512 4444decfcca05004275eaa04d7bdbc38b94a84fbaa76b6e05b1ae44a659888d72ca41d75dc88954d28f14fe961aea76af37fa25f3eaa58695ce065e9566bad1f
+EBUILD tinycss-0.3.ebuild 657 BLAKE2B 54c33229308496e38f5fde053d6f5edbb312607913ed2a9ff62dc5a1bfab3a55cdf09c6d5be2014584c71f1c0d3abe1319726500177a59d15631fc82c189c376 SHA512 8894acb49eba442b13ffdbd9738857a7cce1e7b10f6f3c7c08dc86908a3b14ccef7ebc3d480825310bd442b345a67e7ccf47408e9c8b701bad1975a5e6211be4
+EBUILD tinycss-0.4.ebuild 816 BLAKE2B b000a2cf2fd769fe3a2a36218796a54b86913c1b767ec765171ef183c14f543c05314bf73c6e3d5457d7504c558746eb6040882ea778796f74fd9818fc0f867d SHA512 f1339fb8612da49211e5cd61c4c1613345cf4cde3e3b126edd8898f616c6d9dcb96a2331902ed33257158e38d70442ba08dfef2e8d8bb113ad6fdffb7a90037e
MISC metadata.xml 380 BLAKE2B f32bbbd80838a147ab80701c03462b8949aa987f47fc7bb8cb2127720937888f484b7f1ceb9cb490901d07782c2c0c261e42277b55e39d78c44a05173391282a SHA512 b5e7005f5f93ebe86cac3643711928d83456e5ccbfcccbc3dc008daca1e341285342240cc032f69042bc5a19739679ec0ae5e2e2d83c46dd57395ab9e1c12bb1
diff --git a/dev-python/tinycss/tinycss-0.3.ebuild b/dev-python/tinycss/tinycss-0.3.ebuild
index 6eb70d2b67eb..103e7e45750e 100644
--- a/dev-python/tinycss/tinycss-0.3.ebuild
+++ b/dev-python/tinycss/tinycss-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="A complete yet simple CSS parser for Python"
-HOMEPAGE="https://github.com/SimonSapin/tinycss/ http://packages.python.org/tinycss/"
+HOMEPAGE="https://github.com/SimonSapin/tinycss/
+ https://tinycss.readthedocs.io/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/tinycss/tinycss-0.4.ebuild b/dev-python/tinycss/tinycss-0.4.ebuild
index b81e7108c2b5..0d15e183fad5 100644
--- a/dev-python/tinycss/tinycss-0.4.ebuild
+++ b/dev-python/tinycss/tinycss-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A complete yet simple CSS parser for Python"
-HOMEPAGE="https://github.com/SimonSapin/tinycss/ http://packages.python.org/tinycss/"
+HOMEPAGE="https://github.com/SimonSapin/tinycss/
+ https://tinycss.readthedocs.io/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"