mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
Merge updates from master
This commit is contained in:
1
dev-python/colored/Manifest
Normal file
1
dev-python/colored/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST colored-1.4.2.tar.gz 23973 BLAKE2B 3f6d91c08634d6e6616f968b7e06d0d7822a15d02e7129fab6fb4d3a4cb9ca166fd0de5cf3240fdf76918d09aab28224459d332821994730b4070dd7d4336b7e SHA512 31b604baf41d054a3b269e843393c63ede3be279331108ce1127ee30e63f19365c45f63744a5c3bdb5c355716138b7d1768e761ead456c480d5ae1183952a406
|
||||
23
dev-python/colored/colored-1.4.2.ebuild
Normal file
23
dev-python/colored/colored-1.4.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
|
||||
case "${PV}" in
|
||||
9999)
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
esac
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Very simple Python library for color and formatting in terminal"
|
||||
HOMEPAGE="${EGIT_REPO_URI}"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
23
dev-python/colored/colored-9999.ebuild
Normal file
23
dev-python/colored/colored-9999.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
|
||||
case "${PV}" in
|
||||
9999)
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
esac
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Very simple Python library for color and formatting in terminal"
|
||||
HOMEPAGE="${EGIT_REPO_URI}"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
12
dev-python/colored/metadata.xml
Normal file
12
dev-python/colored/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>coppens.matthias.abc@gmail.com</email>
|
||||
<description>Matthias Coppens</description>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Very simple Python library for color and formatting in terminal.
|
||||
Collection of color codes and names for 256 color terminal setups.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -1 +1 @@
|
||||
DIST Insomnia.Core-2020.2.2.deb 50882296 BLAKE2B ba9830e635e3dad058d1a7002531073d6bf8fc6adc1b673c41cbe2e6325cc01492ada50aee4ac08df7c546c4e54a5cdd919d193ebdd5274c2e0ec39afc996b57 SHA512 d2ee033ca635065bc1af5b1b05daf0137db658731aee071046b07ddb42432ef88077fc365933704b1ae6eba3470824b1c7f044b888c2f45ca6186754da09ffa2
|
||||
DIST Insomnia.Core-2020.3.3.deb 52765644 BLAKE2B c80231e0148361d22294fe60c1d2fa806fc3a090642c0379f29b25f4d7dd26e5c3f8c6d93c16859c98e1aef45a7b3353b944fc4fc9dff1d9312b1173393d639a SHA512 d86a7b42863b9ffa805aac755aa4d9ae0d1073b9c36afa5b9902af5006b8fb135b878471d8259e7663f471b1a9aef8b12dcc864aa00073ab4f7d149e0888d787
|
||||
|
||||
@@ -1 +1 @@
|
||||
DIST 3.2.1.tar.gz 343627 BLAKE2B 1b6a3b9ddea81469b0ad245858021d14da567e803e196d2bdf78eafe3bacd12e80e3633bda202718a5ddf3f52452c10321b1599d9b1a5a86b39d446382dfc087 SHA512 33a89c9901167aeecba79581b3808c49eafb0398cdfc045999268f5fc2f0a06ca46cdc78595ff268e223762b2b6c2a71b7e8c0df1cbaeaed338f6e1b09bd2350
|
||||
DIST 3.2.3.tar.gz 343756 BLAKE2B bf8900df1c807f040395d4f0666e766709e7b188b8ea129a7fbfbd4a8319b980b402e04fd88cf94b9fb93d9b98fca657694d80f81a280b7d11fc06568f61cffe SHA512 63474bc8236a7e44ee8403349730f88328b4f1a5df5532941bd606c36b9b3a86bb4232ed3e83f544fb3fb4dc02897b144a6ac1381615089be6aac42ee84e9c91
|
||||
|
||||
Reference in New Issue
Block a user