minor changes
This commit is contained in:
parent
a796d71b38
commit
f0daea6fb7
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,19 @@
|
||||
2019-01-18 0.86.0_beta0
|
||||
changed/added some missing/wrong licenses
|
||||
added much more python3_7 TARGETS
|
||||
removed lots of old CVS tags
|
||||
README.md updated
|
||||
pyjwt Digest verification corrected
|
||||
pyjwt license corrected
|
||||
pyunifi license corrected
|
||||
click > 6 for platformio did not work
|
||||
esphomeyaml moved
|
||||
pynuki added
|
||||
move esphomeyaml to dev-embedded
|
||||
allow click > 6 for platformio (experimental)
|
||||
(tag: v0.86.0_beta0) homeassistant-0.86.0_beta0 added
|
||||
aiohttp-3.5.4 added
|
||||
|
||||
2019-01-15 new lib
|
||||
abodepy-0.15.0 added (requires very old lomond-0.1.14)
|
||||
lomond-0.1.14 added
|
||||
|
56
README.md
56
README.md
@ -1,14 +1,19 @@
|
||||
Home Assistant Gentoo Overlay
|
||||
=============================
|
||||
|
||||
Home Assistant without Docker & Virtual Environments
|
||||
----------------------------------------------------
|
||||
|
||||
https://www.home-assistant.io/
|
||||
https://github.com/home-assistant/home-assistant
|
||||
|
||||
"Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server."
|
||||
"Open source home automation that puts local control and privacy first."
|
||||
|
||||
This was fork of https://cgit.gentoo.org/user/lmiphay.git/tree/app-misc/homeassistant-bin which seemed unmaintained to me, at first I just wanted to compile it for my personal use. Some friends told me they wanted to use/see it, so i putted it on my gitea, and was caught by surprise of several hundred pageviews in the very first days. Try to keep it close to the official releases, might get slower during summer. .
|
||||
This was fork of https://cgit.gentoo.org/user/lmiphay.git/tree/app-misc/homeassistant-bin which seemed unmaintained to me, at first I just wanted to compile it for my personal use. Some friends told me they wanted to use/see it, so i putted it on my gitea, and was caught by surprise of several hundred pageviews in the very first days. Try to keep it close to the official releases, might get slower during summer. After 3 months it now has ~170 ebuilds listed.
|
||||
|
||||
Aside from Home Assistant there are some related ebuilds I use with my Home Assistant.
|
||||
Aside from Home Assistant there are some related ebuilds I use with my Home Assistant:
|
||||
* esphomeyaml
|
||||
* platformio
|
||||
|
||||
If you have questions or suggestions don't hesitate to contact me...
|
||||
|
||||
@ -39,15 +44,15 @@ Let me know if any initial depencies are missing. I test fresh installs once in
|
||||
|
||||
### Todos
|
||||
- **If it moves, compile it** :-)
|
||||
- Add more libraries:
|
||||
- Create a mechanism to check [requirements_all.txt](https://raw.githubusercontent.com/home-assistant/home-assistant/dev/requirements_all.txt) against this repo.
|
||||
- try/test this all with Python 3.7
|
||||
- Add libraries if i need it or someone asks for
|
||||
- Create a mechanism to check [requirements_all.txt](https://raw.githubusercontent.com/home-assistant/home-assistant/dev/requirements_all.txt) against this repo.
|
||||
- Write an installation page for the home-assistant.io Documentation an get it added.
|
||||
- Convince more people to not run Home Assistant with Docker (see https://xkcd.com/1988/)
|
||||
|
||||
### some Background...
|
||||
|
||||
I decided to run Home Assistant on a dedicated box, now Home Assistant is running in a virtual X64 here. I assigned 4GB RAM, 4 Cores of an older Xeon E5-2630 v2 @ 2.60GHz and 10GB Disk from a small FC SAN (HP MSA) to it. Recorder writes to a separate mariadb machine (530 MB today).
|
||||
I decided to run Home Assistant on a dedicated box, now Home Assistant is running in a virtual X64 here. I assigned 4GB RAM, 4 Cores of an older Xeon E5-2630 v2 @ 2.60GHz and 10GB Disk from a small FC SAN (HP MSA) to it. Recorder writes to a separate mariadb machine, had to limit it due to performance issues (had 530 MB, it's 30MB today, with approx. 20k events recorded).
|
||||
|
||||
Most of my devices are connected via Eclipse Mosquitto (https://mosquitto.org/), i use the stable version coming with the original distribution (1.5.3), no SSL inside my isolated IOT Vlan, so no need to upgrade. Along MQTT i am actively using (and therefore testing) the following platforms/components:
|
||||
* Sonoff/Tasmota (mostly via MQTT) (https://github.com/arendst/Sonoff-Tasmota)
|
||||
@ -73,7 +78,7 @@ Most of my devices are connected via Eclipse Mosquitto (https://mosquitto.org/),
|
||||
* Axis Camera (1, more to come)
|
||||
* yr.no weather (best reliable forecast you can get for low money) (https://www.yr.no/)
|
||||
|
||||
I have **no** Google, Amazon or Apple involved in my privacy (at least in this case), neither am I planning to do so.
|
||||
I have **no** Google, Amazon or Apple involved in my privacy (at least in this case) and I am not planning to let them in.
|
||||
|
||||
* Tried to get all Python installed systemwide under Gentoo's package management and keeping `/etc/homeassistant/deps` as small as possible.
|
||||
* Be aware that all dependent libraries could be marked as stable here as soon as they compile. Ouside HA dependencies execpt portage are not tested.
|
||||
@ -81,14 +86,29 @@ I have **no** Google, Amazon or Apple involved in my privacy (at least in this c
|
||||
* I prefer an own profile based on "amd64/17.0/no-multilib", with python-3.6.5 set as default target, also 2.7 is installed on my test server, will try 3.7 as soon it is marked as stable in portage.
|
||||
|
||||
### Licenses
|
||||
All work on these components is released under the Licenses they came from, which could be (as my grep told me), you can find the appropriate License in the ebuild files:
|
||||
- Apache-2.0
|
||||
- Apache-2.0 BSD
|
||||
- BSD
|
||||
- BSD-2 Unlicense
|
||||
- EPL-1.0
|
||||
- GPL-2
|
||||
- LGPL-2.1
|
||||
- MIT
|
||||
- MPL-2.0
|
||||
- PSF-2
|
||||
All work on these components is released under the Licenses they came from, which could be (as my grep told me), you can find the appropriate License in the ebuild files and in the sources:
|
||||
- "Apache-2.0"
|
||||
- "( Apache-2.0 BSD )"
|
||||
- "Apache License 2.0"
|
||||
- "Apache license version 2.0"
|
||||
- "BSD"
|
||||
- "BSD-2"
|
||||
- "BSD-2 Unlicense"
|
||||
- "CC0-1.0"
|
||||
- "EPL-1.0"
|
||||
- "GPL"
|
||||
- "GPL-2"
|
||||
- "GPL3"
|
||||
- "GPLv3"
|
||||
- "GPLv3+"
|
||||
- "LGPL-2.1"
|
||||
- "MIT"
|
||||
- "MIT License"
|
||||
- "PSF"
|
||||
- "PSF-2"
|
||||
- "The MIT License (MIT)"
|
||||
- "ZPL 2.1"
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@ -3,8 +3,9 @@ DIST home-assistant-frontend-20190109.1.tar.gz 18144304 BLAKE2B 741e9bec3f6864fe
|
||||
DIST home-assistant-frontend-20190113.0.tar.gz 18163222 BLAKE2B c247102c5c1c6e76dfaf8ca7316d06bafe7fcf6a20549b545d7558afba0eff6b274a9f5bfb6abb911ca87cd2e11b23b2cb49366ccf93856ac420505f5ffa8bf6 SHA512 83802b25eb02f4e22199a14137681606daec57517b89c6b6c8270a3c0b8025fe3e6bec4e13ff4f92758bec74be4a55d0e1511cfdcc82865998d734d20bf06e71
|
||||
DIST home-assistant-frontend-20190115.0.tar.gz 18170464 BLAKE2B ed86d1aac03e2e39b339c701c4702e8663ae0036ff622e8456fb621539ffa79488b378acebfc23eb9159520cb327157ed6d393f705fa5b0008dd2a836812f66c SHA512 58f1bbb56d19c91ccda21638390515c3ed6131c25394cec70ed079631a0f93d9e12b85235f356ab5be4b57cec209679a68ad5d9ed613fbf1cf8a4092beef45ed
|
||||
DIST home-assistant-frontend-20190116.0.tar.gz 18165272 BLAKE2B 66307b42a93783a5e5f0840c1558f7beec04c8b84d042503b2691815f67dd04d3437056649bb5992cdc8eefdd7c3e27c411d59dcf862a271ec7f29f788272e0a SHA512 3e07ba8d389b3a78385b098d649f1b7fb25aa9df3b9a824765c754a70814e78f08dbc8159d0f3ccd55e81c4eee3735aba3b61ecf8ba967db273bc3a08e975f84
|
||||
EBUILD home-assistant-frontend-20190109.0.ebuild 718 BLAKE2B 0331dd0311dfb5719c37769dd7085620b6fcec0c65363cedbddf665b3ff5a88752a16f9b746e41d610562f909447f2cfc4d273cea5a8c6952ae121e424c52e28 SHA512 a9f1670c64ed93fc696657146a5c6227aea2083728ee2089f417b102df55161b8a2d6d4c3fa12a77fe251e965b6f209cdedf9d9ea295957be6640f46023db476
|
||||
EBUILD home-assistant-frontend-20190109.1.ebuild 718 BLAKE2B 0331dd0311dfb5719c37769dd7085620b6fcec0c65363cedbddf665b3ff5a88752a16f9b746e41d610562f909447f2cfc4d273cea5a8c6952ae121e424c52e28 SHA512 a9f1670c64ed93fc696657146a5c6227aea2083728ee2089f417b102df55161b8a2d6d4c3fa12a77fe251e965b6f209cdedf9d9ea295957be6640f46023db476
|
||||
EBUILD home-assistant-frontend-20190113.0.ebuild 718 BLAKE2B 0331dd0311dfb5719c37769dd7085620b6fcec0c65363cedbddf665b3ff5a88752a16f9b746e41d610562f909447f2cfc4d273cea5a8c6952ae121e424c52e28 SHA512 a9f1670c64ed93fc696657146a5c6227aea2083728ee2089f417b102df55161b8a2d6d4c3fa12a77fe251e965b6f209cdedf9d9ea295957be6640f46023db476
|
||||
EBUILD home-assistant-frontend-20190115.0.ebuild 718 BLAKE2B 0331dd0311dfb5719c37769dd7085620b6fcec0c65363cedbddf665b3ff5a88752a16f9b746e41d610562f909447f2cfc4d273cea5a8c6952ae121e424c52e28 SHA512 a9f1670c64ed93fc696657146a5c6227aea2083728ee2089f417b102df55161b8a2d6d4c3fa12a77fe251e965b6f209cdedf9d9ea295957be6640f46023db476
|
||||
EBUILD home-assistant-frontend-20190116.0.ebuild 718 BLAKE2B 0331dd0311dfb5719c37769dd7085620b6fcec0c65363cedbddf665b3ff5a88752a16f9b746e41d610562f909447f2cfc4d273cea5a8c6952ae121e424c52e28 SHA512 a9f1670c64ed93fc696657146a5c6227aea2083728ee2089f417b102df55161b8a2d6d4c3fa12a77fe251e965b6f209cdedf9d9ea295957be6640f46023db476
|
||||
EBUILD home-assistant-frontend-20190109.0.ebuild 708 BLAKE2B bdaa5e04a70017ebd53047dcf71793e6ab72454145ba82780bf7317557476ec1604d06a75140f8669d937691f7944dea0c0b359f048af46e2d129c68e40d44fb SHA512 7ea2d1a343155bf7f92bc8c67530d956143eb3ee5bf60eaa605e3ff0d5c6e857ed86a59a614a115c40e13ed5f68d904daa382fdefa2658d1d9e575ab343840b0
|
||||
EBUILD home-assistant-frontend-20190109.1.ebuild 708 BLAKE2B bdaa5e04a70017ebd53047dcf71793e6ab72454145ba82780bf7317557476ec1604d06a75140f8669d937691f7944dea0c0b359f048af46e2d129c68e40d44fb SHA512 7ea2d1a343155bf7f92bc8c67530d956143eb3ee5bf60eaa605e3ff0d5c6e857ed86a59a614a115c40e13ed5f68d904daa382fdefa2658d1d9e575ab343840b0
|
||||
EBUILD home-assistant-frontend-20190113.0.ebuild 708 BLAKE2B bdaa5e04a70017ebd53047dcf71793e6ab72454145ba82780bf7317557476ec1604d06a75140f8669d937691f7944dea0c0b359f048af46e2d129c68e40d44fb SHA512 7ea2d1a343155bf7f92bc8c67530d956143eb3ee5bf60eaa605e3ff0d5c6e857ed86a59a614a115c40e13ed5f68d904daa382fdefa2658d1d9e575ab343840b0
|
||||
EBUILD home-assistant-frontend-20190115.0.ebuild 708 BLAKE2B bdaa5e04a70017ebd53047dcf71793e6ab72454145ba82780bf7317557476ec1604d06a75140f8669d937691f7944dea0c0b359f048af46e2d129c68e40d44fb SHA512 7ea2d1a343155bf7f92bc8c67530d956143eb3ee5bf60eaa605e3ff0d5c6e857ed86a59a614a115c40e13ed5f68d904daa382fdefa2658d1d9e575ab343840b0
|
||||
EBUILD home-assistant-frontend-20190116.0.ebuild 711 BLAKE2B 5bd9f310ecc7d3f9668756496df91557dcca02faac078a3387d78ddec3513439890b7e42b7955ad3ad23eddc76e5e5891ae1729d13de35752cdd68898a734af7 SHA512 3e28c1b5cc2cbc0de8de3e591d293a217d7e1a67d065b474c2c7ccf9723386a41f7f1bd19325cdd312e686ff44adc4d61dd3b179cae2c2ad74d5e31ddb6ffb41
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
8
app-misc/home-assistant-frontend/metadata.xml
Normal file
8
app-misc/home-assistant-frontend/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -10,9 +10,9 @@ DIST homeassistant-0.85.0.tar.gz 3291948 BLAKE2B ce53b523e61d0a3efa4004fea2789ea
|
||||
DIST homeassistant-0.85.0b1.tar.gz 3291996 BLAKE2B 75f047979902f3c5862b55aac09a15dc05f0301d8aca51ada606682460671cf2e162bcf7e3484c139ed203d19bce8072953e4f963f516f4d79dcf0943257c110 SHA512 20e15ff8ea0af3932a3e709d3ec50354091ff5b763c736f7bba3dc01c38d3b3440f96c208ab19753dc3c7d1e5343bcf7127fb98e7075b37f6b2817523c1da781
|
||||
DIST homeassistant-0.85.1.tar.gz 3318518 BLAKE2B 076facd43d5542c52bcd7b1bdaced5889b819f159ebc0669b8cfbf3fed09ae24e512398d554f139c828f29658a85238e5e9e9ef9e823490c727a48c753fa3b96 SHA512 ed9164de9be70647f425d29cd2f90b83b1592337cff4c0b2387b123c0b6427ecff2b9551365edfa7c0619b6a84751c473e0c192272d13bb6723216a057d0dda4
|
||||
DIST homeassistant-0.86.0b0.tar.gz 3317748 BLAKE2B 881ec6cda4dcd30dc5e39be9f39a8c914974bd020c4ac4eb15682d01c9e4e8897d92eebc91087401b5a845cd028889f265c2f8f264386f5809fda2608bfa0ce2 SHA512 d8b30bfae454bfd6a22d0506f27dd9ecc49a4f66d338f71b0adca794f01f3a3d547a44412c086cd8f77dca4e256feffae109fb65bf2b4d20b71669c9dee132fb
|
||||
EBUILD homeassistant-0.84.6.ebuild 5595 BLAKE2B 9c30a480820cc27b820ef7e2332e999b053b91e342e30c3903c6b8b1e4da6a5f2eed7ce91ebeb0552ae77691a3421b74651cda3bf7faf2ba66b3c59bd15d4918 SHA512 5e691d714cff7269ee59d3be6e30185688b880245deade228aac11f555979ec16819750f46a73a1c2adb9b0f392398e35c6e1c96f8e59d8ffa709e7991965ff9
|
||||
EBUILD homeassistant-0.85.0.ebuild 5839 BLAKE2B 88707d1ec7c9a9901010beeea3f5b3769bfa4ca1958fea47c55d1202d1fd34a11eeede4248a53bbee4d09d3e82642c885541e364b3d736e36058ee98154de517 SHA512 81bb2a4f2f931e9248dce446e439b7eaa24dcfe5b2008ae3fb23940112e1224cd7b01cddf35538ae3d7447a2651dcd60be1f1ae7ea644564e0a9035494fdd261
|
||||
EBUILD homeassistant-0.85.0_beta1.ebuild 5697 BLAKE2B 83855d84af24a6afb8ce10637eef918ffba66fcfcbdcdbd89a22de88d52bf647fdff0451cdfd1de1c5235ceb9256b7c21c4ba14499d80a8b2d47b5ff38aadc73 SHA512 8a678661b461ac95218cd81142c617bf205fd7b85dcd3dda73e6b78c6740a7fbe1e0404d33c685026478d309896adcf272ee04931085fc206285cce3bcd23d04
|
||||
EBUILD homeassistant-0.85.1.ebuild 5987 BLAKE2B 3dc183f77fd4b105c24e3780f03cf49a25f873e049964cf5d8d3dac75a28d14ba150e665798889b78b6c2bdcd21a9b2f752023141fca452118482fbdaf63452c SHA512 fae055b7f68476ca6db9ec13e4c50a475f64c98f3d4ee080825eb481a1bca21406b9c526ff19a2cbe9d5308853293ee4c93141254572377dc64328618f78beca
|
||||
EBUILD homeassistant-0.86.0_beta0.ebuild 5987 BLAKE2B ab0922c70b78b2139dad12c16bcc22bbf53c23ddb3627df0b310522d59bf8b99d4ec61a756b7115bdb13c8701fe60b6a685650d039c32b0604724a7f4d6e95ca SHA512 71640ad22abee82fca49dcf329da52ac71259553f42b97c184da0fb42825d1d38859c4fe270d6cd75966cd60d21a3bf5acea862364a012dd61866c2bbb0b4fc7
|
||||
EBUILD homeassistant-0.84.6.ebuild 5591 BLAKE2B d1fc191c2d39a50ba157d1e45bf6428c2fef4f4f4a484901ede9dc688769a41a0cb072229d7ead236879d7a5bfee20213107902df12be9f756e7f0df87ac85ed SHA512 a01cbc66555f8bbb7605647fc6584e64749bb5048b66191cd725dbdcccc8bbed2ec9528f76b117fbe149179e87b024787b178d1d284949ae36160a8be37c5c4b
|
||||
EBUILD homeassistant-0.85.0.ebuild 5835 BLAKE2B b90ec8d46ec86d91bfeca560a979b0ac851b9b89b2031ec3eec20a4eb7a6cc95a109de04932165210eaac477e3b45df9efdd62eeacce3dfbbfd7b51bd088f8b5 SHA512 b1220c1c14ab40545520f09bce9abbfd1883fc32296d262299a5038f62b43c7a8a1798dc98886cc22e70aad87ae242e1b50ca5e02be5630d5e6093404a8ef9b7
|
||||
EBUILD homeassistant-0.85.0_beta1.ebuild 5693 BLAKE2B 590c65d9cd4459dafad3efdb1742d876f2e100dd8190f6230d68496a666d4e47b101e2d30d1de46b0f385bc28724b05488a31e7d910eb898fcf3821102f41962 SHA512 0ff9608d477c4483ab46b9c006a99c6a8d8402c06643668ac7a09fbf6f0f40e51d1376e707bb5f1561352fe508404311c5fbb36151366d83352cd0dc397c46c5
|
||||
EBUILD homeassistant-0.85.1.ebuild 5983 BLAKE2B 1114af4ba790345e7034bb3924491c6a6263adc257d1695a072c641f352f9e566e5f6ff487a3d36e57518c00aaf5fb6824a88217827925bd128f0f914003eb3b SHA512 62a0c10fad92e9774d379f8a9203daecba55b14ffc2a66562c5fae0a78ae25864ba57a0fcc5abd08812a8dc75c2df571b83a08c1720753ccd83ee383fa408bc5
|
||||
EBUILD homeassistant-0.86.0_beta0.ebuild 5983 BLAKE2B 078366e5bca27c573c4e7b46c07f3875113e85a8a79e08f9c68fc493accb127cef7272232e31911e0e16b53560e748e1ab5440a385f5d8ea13b234512b38cdce SHA512 4bb4589271844816be239e991d3a6dcbb5b9bc0fccb4e4cb6594158968102a4d0fcc6d36c3a71517f4b8e335f2720af4629cba450caf7f491ee9538b53692b8a
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@ -88,14 +88,14 @@ DEPEND="${PYTHON_DEPS}
|
||||
mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
||||
hs100? ( >=dev-python/pyhs100-0.3.0[${PYTHON_USEDEP}] )
|
||||
tradfri? ( >=dev-python/pytradfri-4.1.0[${PYTHON_USEDEP}]
|
||||
sys-devel/autoconf )
|
||||
sys-devel/autoconf:2.69 )
|
||||
wemo? ( >=dev-python/pywemo-0.4.25[${PYTHON_USEDEP}] )
|
||||
>=dev-python/zeroconf-0.21.3[${PYTHON_USEDEP}]
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=media-libs/mutagen-1.41.1
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
firetv? ( =dev-python/firetv-1.0.7[${PYTHON_USEDEP}] )
|
||||
maxcube? ( =dev-python/maxcube-api-0.1.0[${PYTHON_USEDEP}] )
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@ -101,10 +101,10 @@ DEPEND="${PYTHON_DEPS}
|
||||
samsungtv? ( >=dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.0.1[${PYTHON_USEDEP}]
|
||||
sys-devel/autoconf )
|
||||
sys-devel/autoconf:2.69 )
|
||||
wemo? ( >=dev-python/pywemo-0.4.38[${PYTHON_USEDEP}] )
|
||||
frontend? ( =app-misc/home-assistant-frontend-20190109.0 )
|
||||
"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@ -101,10 +101,10 @@ DEPEND="${PYTHON_DEPS}
|
||||
samsungtv? ( >=dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.0.1[${PYTHON_USEDEP}]
|
||||
sys-devel/autoconf )
|
||||
sys-devel/autoconf:2.69 )
|
||||
wemo? ( >=dev-python/pywemo-0.4.38[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@ -104,10 +104,10 @@ DEPEND="${PYTHON_DEPS}
|
||||
samsungtv? ( >=dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.0.1[${PYTHON_USEDEP}]
|
||||
sys-devel/autoconf )
|
||||
sys-devel/autoconf:2.69 )
|
||||
wemo? ( >=dev-python/pywemo-0.4.38[${PYTHON_USEDEP}] )
|
||||
frontend? ( =app-misc/home-assistant-frontend-20190109.1 )
|
||||
"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@ -104,10 +104,10 @@ DEPEND="${PYTHON_DEPS}
|
||||
samsungtv? ( >=dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.0.1[${PYTHON_USEDEP}]
|
||||
sys-devel/autoconf )
|
||||
sys-devel/autoconf:2.69 )
|
||||
wemo? ( >=dev-python/pywemo-0.4.38[${PYTHON_USEDEP}] )
|
||||
frontend? ( =app-misc/home-assistant-frontend-20190116.0 )
|
||||
"
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST esphomeyaml-1.10.0.tar.gz 419016 BLAKE2B ee00fca805f41d655b33cbf84bd10139a5a280848e00b2db39761d9ebb5f2274466709e4666162ffefb4b9b2cb5596d43b6edd5f91f7f7bfe499f5efa748c60f SHA512 46fc2dddb793d77969532be93dfe2fb7ec7f95087e1ea551e16cba3c3035aee869e0a926aca196ffebe42fc89df7167d2738785c86964f5d2d22f2720dc7cc96
|
||||
EBUILD esphomeyaml-1.10.0.ebuild 1161 BLAKE2B 5ce6415daadb05f3198050da897a6235f8215582d318feb9b253dc5f91144771f9b144bae29bdbc6809a5fa8b6e3154099a4430414634f5524416cca57764dbd SHA512 e1f919b9ec1a2ef0337bff84f4b82bea4f2c32de0b49059682b8a2b1960b8f1f4bf739e88d8ae9270d7409aeb2df6303c73424324c570040b963e68005c289f5
|
||||
EBUILD esphomeyaml-1.10.0.ebuild 1154 BLAKE2B 0f4edfe6188629fb8adf9ed4d296a6eead380ce6e0cdbeba85529619cf2ae2cc1f1e7d219b5428d2e26476632f30f38188ee1be09e630f3faef906d390e5a3b3 SHA512 5b1889f9fef76a60193174bc5ffdc4328f7d018569f2720c56c5f1f7675899c8939722531c15d1188a8fee5e92d4752c71f9814a4bcdeec5cacb1b798d5476cc
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST platformio-3.6.1.tar.gz 111097 BLAKE2B b7df856239a50afca089985fa56903c4b3adec4a461e147d84b4270ac2488f6d8cac9a9a338a243f561f3235cffb60a971b22ed1f2b77daec685f3248ae707b2 SHA512 27adab3578b9ab369e76fce98439eb7705e0e660a3d5652d0945bcdddbca820a365b18ca896de505401fb8cf57e74c6fde3db6e409b2ec1c7cef842ebdd7743a
|
||||
EBUILD platformio-3.6.1-r1.ebuild 980 BLAKE2B 766bdb952c361ea9ff264daf77331ff3b359a942b0f123a8258d114d3bd9ae209fca393dbf8929042358e8af79a3b7b8f1ef7579c0cccfe4e67ea42c885cb100 SHA512 e13d8dc46afd296f7f8465f59176b04879c4cb9a5b091403789b91aa523fcd37cd0a80e703dfdee515204e792979b0b59fbf0c6154b3ff60f209d511fe9c9ebd
|
||||
EBUILD platformio-3.6.1-r1.ebuild 980 BLAKE2B 0491f637610576b203e4551299ad35efc2bd948be9d5da803cee250e48d8999be3e7cba6bd2bd6186d03390b8b1a33bb601e9d11867d66e08a90bf85f0ca884c SHA512 06e108d38b33392f6e897760cfd83ba9769b56f0deca2441ff9f6df631a3519e4bf2142b178d58e65fc5baf879afb4d349699049215cab99b86a9d77e54b37b2
|
||||
MISC metadata.xml 248 BLAKE2B 946598a9bc9f658d98c3282fd6affeb3834a4b6071beca852a2f2381d5c17799b6ed17ed427a8f6e10fb3f715cdf2aad9e4fed2886f0dd67dacfdffcd5137f80 SHA512 89d637e180ed3a2c2096be2210633dc5df0760a7d6acd7b2d2ad8a06d473943ee86bad7e74c7df238a50168d1da8044471713e9b044007b9c2f4eb604fb710d5
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST 4.0b7.tar.gz 72929 BLAKE2B 005cc9dd206eaa682e252b4e431c0cd051ddfeea0275846a54ddc63e45352ec2094c4e1f6810e223068734136679390e08b9b47f216d8edf927cb3f4d9575b83 SHA512 14da5c646c75e0c7b5ca2c9c3e40c658344bf7372a2a563a70b964d9abea6c2533f740198816bf595f2e5bb8f09c01f16843dc3ef048b9d4424e64ae7345a6d2
|
||||
DIST RestrictedPython-3.6.0.zip 56739 BLAKE2B 9fa3c7e92589e075e0ed11b0315cc01516cc06d7dcd1aecb63569e56afcc896ae68e8b09a99391e5790816a4db80dc4fc3724517387c254db172df182602c55b SHA512 2578f68889ff17fb87091dc3c7bcb2fe7837e12582656b7ed60cfff08064d92fe18337879c912a9f77c43af557829a6b120352c0bc006cee803240b28255a576
|
||||
EBUILD RestrictedPython-3.6.0.ebuild 762 BLAKE2B cc6f9aa03cc4ee53f5c242f32c82eef8c2715fa678e87aaecaa14caff9d4531ac7eea76fb7a27977752c1ddf52685cb14fe957a338e89538bf7bdc79127bbdf0 SHA512 fdb79833b9726836df59b5b5c028c2b9ee0d687370b6c328f9cdfeddef02b6dd0804d7b75417cde7fed54af83452ac67df6ecb5042b61551dc42a70f317040eb
|
||||
EBUILD RestrictedPython-4.0_beta_pre7.ebuild 948 BLAKE2B e22b6e2e47cdfce0948fb85636a4de54f595743f7f20c785abdb3ce1b21f4a4ba06dc6fdcd1357e48201fd2d1f80691a00b031fdf7e3ffbbe1b9b8f70420f13b SHA512 86633b004a22951bcb66d619f24d603237cfa99567d772b140e0eb932ff758245e7006e1545dc2547b8c6d59c2b097af660b1b16fa477e5dee861941a88cf9e2
|
||||
EBUILD RestrictedPython-3.6.0.ebuild 752 BLAKE2B 20a05a963a20ca391cfe688896cc83ecf25493a52c569f49389512d4cf4ab586d7079362dbc9e7bc5bb10990f39c24f8f078c47a7ba48ddcdfde1ec0b853c855 SHA512 4821965eb315971918cf01ab4ec119e1464e8fb2aa1487a1149813cac14df008e1dbc510e4c44fff84141235a155ef33a786a2969c4369b10a8aea5a48e2eee7
|
||||
EBUILD RestrictedPython-4.0_beta_pre7.ebuild 938 BLAKE2B ed183dd88de6633703186a00b582891afda0a2f5f33e500e74eb716d885419cb3bc1fc1d908403b97d8f10083a3b72093d696413f211f6a7d655e77365682411 SHA512 0ab3f3ebec9850a51406a0b0fbd6144708034a9df33953b71e4fb47292287dc4b44dc3c0e0c3bc081059a41f68e5a1fc53f1f00997550a835ce8e78c811404ff
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST abodepy-0.15.0.tar.gz 48622 BLAKE2B 215c1417b0d42e8118761cad8fa7b69ef601167e9ed86c601457aa6cec4bc2635260ac635491315485bfeb6bffac3f36b32cf3f0a2d56b54dc169e9a82c39f5c SHA512 f6a64b8a13544d0571c80ebea4ae43fd63d832bfc88f792692ed96320219eb4c9536476bcd138eb0314499a03272a9c490e729cea01b630d56440e21f9ecfb93
|
||||
EBUILD abodepy-0.15.0.ebuild 1265 BLAKE2B 08265f99507a667300282f5a930035db0953bd1a463d7e3df72f5f93585eee8772fa5c049cdadc8ac3d5d08f18b35125a798fe05b5a071a049d3b87d5a9c406b SHA512 76064fd62dd07d191b1db54714a173f90c27d3d13c373f104d79f848780b7e66885b0792bb06e50ed0660d00876f00648f720b901ef6824e0b9b55a345c1fd56
|
||||
EBUILD abodepy-0.15.0.ebuild 1240 BLAKE2B 1e23ca8300d426f76f493685d1c9958a0f3c5ed85854124e46c8046bccb89b9f62ddb3fcb0fe0cf975818241bb8359a4201529d9544fd0b0a007cc6632275315 SHA512 df588a347f9c512a8c67ccb5fb2af4d5ef6bb6440b7ad7ec8b1121516fd03e105504512b87f83b9dad68080257c2d70ee41d37b7af5047fb9927a3b6290c140c
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
@ -39,18 +38,18 @@ python_test() {
|
||||
DOCS=( CHANGES.rst LICENSE README.rst )
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST adb-homeassistant-1.3.1.tar.gz 27740 BLAKE2B 2a4ac59acca2d5995299678427133421f82b5c3193b03969bb529bb25c727adb5a1e8d0ee949b346d4c6ecfac562a08283d9f2cb3bde5dfb7a1b1b1d1d7e03e4 SHA512 b7e0d259086bd6b21da0ae66f96e49f629e9c7a7eb4219f2bb2280e698d0a14021c955fa6be0e49dd63d1c3104eb313be3f000381e8474031d066a5550c21f50
|
||||
EBUILD adb-homeassistant-1.3.1.ebuild 675 BLAKE2B 0f004a6c120d34359bf93e5be927f934d20483eec0bf80f81e6cfdbda6e6a0f6191c3cbaca6cb90505881377c67cd455e7af39550b793aaf8e751e91aa8475a6 SHA512 3961344ac6b6d76c31a587a9f96e4be4c4261c00480f1ba0555baf029b04f40b797e0bac8abf80f99c312dc98ec25f657a9dcf0f5797a995d7b8d0cf082e8365
|
||||
EBUILD adb-homeassistant-1.3.1.ebuild 651 BLAKE2B 5ed6dae38bbbaef63fb2c3932b9d0c3e98a3fc41de1de1f13364418262270052b2e7b376a9f36e8cf2388c37b0eecb893eefde2c280c442eebe4e794632167a4 SHA512 9b7d7ad91d30fdd5ead13eae6ba4f3493499d851249e97cb667bec798f2979bdccf3d4ee5c201f4509ee498a1988e5846caba2946dab4ad60103f992e1e0c459
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST aioesphomeapi-1.3.0.tar.gz 13979 BLAKE2B 47dfc58818cd89bb8323751b768a9a193a431f882ee335c9733f9becda0efc2369f1e859800a603f57ea9cce5e9c46e833749bfa56c64f9e0585de19a477f555 SHA512 6e38a0b24f547ff04df82cb03532a5d19cb724c824041a18cff74e46a63541389e665cb026e46746fdafe1336293a72dff1ba5a1e2dc25add4351ab397692594
|
||||
DIST aioesphomeapi-1.4.1.tar.gz 14340 BLAKE2B 818814efa89f3dfb774caa10d27cd933d8c0320e1d5e6fbe21fddc090645642a42480124968ef1088538921e4e7c79962a948e1595473c9da18ec5baa1769c79 SHA512 0fc6fbf80a6593bb99db3565ca30554cde40b078c9284137d2d1f652dc424785bb9f7f59388e76984560d3bccde63904825fe40872b23deebe95fb5cf80b58d9
|
||||
EBUILD aioesphomeapi-1.3.0.ebuild 652 BLAKE2B 21347455dae8dbeef58d515cec571beb2a3d4c5802f1688d8ce8d49fe869adcadedea3fcb0abcde4ea980fa372939faffb263fc3c01c8d708eaa61b3acf09d03 SHA512 af2f0bc2ec70eedd19686dc1e341beca5ae34f0a5571347fd20294608385339388e5f9f15a746382e4a2519f2da7aef3d7f899ba17404cc3a9404851bd049255
|
||||
EBUILD aioesphomeapi-1.4.1.ebuild 652 BLAKE2B 21347455dae8dbeef58d515cec571beb2a3d4c5802f1688d8ce8d49fe869adcadedea3fcb0abcde4ea980fa372939faffb263fc3c01c8d708eaa61b3acf09d03 SHA512 af2f0bc2ec70eedd19686dc1e341beca5ae34f0a5571347fd20294608385339388e5f9f15a746382e4a2519f2da7aef3d7f899ba17404cc3a9404851bd049255
|
||||
EBUILD aioesphomeapi-1.3.0.ebuild 642 BLAKE2B 9f4463f928377594ff9d85428016587f2f04d61eb21f4fccaacaecb8cf9f0659345c148f0fd19eeaff6437341887680423d20d8bca74a66295ea18a484c6061e SHA512 e8da964e2afd184782e16bf6079e729f6cf5eba20e8f6cc579e17faf92cda22754aa15d8e23d1e4a6daaace19fe4137c9169587387c87b0a90f5dabec004747f
|
||||
EBUILD aioesphomeapi-1.4.1.ebuild 642 BLAKE2B 9f4463f928377594ff9d85428016587f2f04d61eb21f4fccaacaecb8cf9f0659345c148f0fd19eeaff6437341887680423d20d8bca74a66295ea18a484c6061e SHA512 e8da964e2afd184782e16bf6079e729f6cf5eba20e8f6cc579e17faf92cda22754aa15d8e23d1e4a6daaace19fe4137c9169587387c87b0a90f5dabec004747f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST bcrypt-3.1.5.tar.gz 42160 BLAKE2B b113369c0d7a7a115c7246193140b0b6c8419a9cb9c1274ae610a95db4cdfbb58e5b085951135eb4394d1e52cc09edd68a2b9cfa4a733d731fdcbf87a9e67ca4 SHA512 321aafe2e532a1cf068cfdd8ccf8785c96a7106b7aa7c44ad58290a0ff3b25f2f23bdd7abde5b3f102d99b9c7335da92f03b2999bcba5ad1ff7ed33e2f836144
|
||||
EBUILD bcrypt-3.1.5.ebuild 1022 BLAKE2B e5b3b4d0fc70b586eccf85b9014f33a3156d5b50175e690a4ad745e7bf59e2f74cf1def800561cb59d1f741f6894cbcbbefa5fd2f146788680f939829d1bde66 SHA512 52c377fa09ec1649220ca291761b50c6c4dfcabc1256d0825b843c3aade1d43d957830604afcd8170992278b3a1522d7f7b16a622ca54e83b97a9fcf8f747db7
|
||||
EBUILD bcrypt-3.1.5.ebuild 1010 BLAKE2B 612697294a58ebb47095ad00e376cfa22a98b47a01f604ae3b403dcf6fd0d55e5069b352b3d41d349c1095876b78d3c96149f726a57494b827a7dbbf29956404 SHA512 2dd7366a3a63a1d897dbe36aea5bbe0488f6acbb7d46997e9d89e944911491a2f3d2ef745a22d1014c5bb5931d932abbb4fbff4325a710a4425ec9f6c1e8cbb5
|
||||
MISC metadata.xml 485 BLAKE2B 789fde3cb8c29c27778293f22f9e3a4453b743d52f5fab1dd2db6d940e4e1bff843d6ccdb4f7374b456b2cd4f80877f453205bb9a5eeee9f6e32382297ab967b SHA512 3b4fb489f9d1ecdee3dedc58dda61aa86c6bc30f29aba50de6dc4faa499276d83fe15518088e4d0e76c98ca30188b2f1b921807821fc73b5dfc592490e6fdb46
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
AUX 1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch 1056 BLAKE2B ecdf805cd61e337d4152d56952aeb8b78bfdd871b4da060d025ca4e3f974b3b7a907eee71ce6de1bc6cff8130fa81391aeaa2c5537b1baf159ce23500908a5f4 SHA512 c3be1a6457990168c759f03b24de8f78242b9c06f189553e416ce75fee6a77dce68967a551dfd83e1be096db9baeca019b75526c4886c672eca35282e307f229
|
||||
DIST botocore-1.12.35.tar.gz 4891973 BLAKE2B cce234fb4a33bf5be88d14fcc0b30acc2f13fb422f7a2af9bfcf064b91921115382713f1f371487470de7965ffba2209f578669bccf2af9d6b94b1af5223556c SHA512 9ca6d766a7ef8e32859b33a82fa99457d165ffd1a5b0e1cdc01ca9c28377e6374188e9661fd3d96e94dbab712fe4da3cbda8f9a757cfb11a8efc8e29ca3c007c
|
||||
DIST botocore-1.12.57.tar.gz 5247450 BLAKE2B 537c14bc8541f597f835611a8bd8f13b4c5f112139788b67650ed5895882fc63327abb92ad4477785fbbae07fe66f28b095b3982b311421bf93b11377b7b4fdd SHA512 703d9d0967fa998112f9057475e11e2f064ffefa2dd90a2baafc5587bf34a7e255a10e69c9dc05e2e53c8c1414cfff18ffefd8a99d2de49ff749d55c24d5fa19
|
||||
EBUILD botocore-1.12.35.ebuild 1494 BLAKE2B 36263e1b3bc056f6a5fc0034e3373d30920976a8e54113bb6f7b3fdc238f6acd6acb76f4026cd5f8302aa6d4ba50191d72883896282f1a2f0b55312cd389ce4c SHA512 ead62975b9cc2ef72e396994d62eb2a3e1c807d6d6a69b82cd07ea7db6b31bb5e88ea4af1fc9e4306c8f5fe84c2469501cf04e790c85ea5067940715049def57
|
||||
EBUILD botocore-1.12.35.ebuild 1473 BLAKE2B f8f04df228ddcfe43ad47332e83d91540fcb920b138d592086f9278eb92fbadbe7a729d167fe2b59b761fca7ff433ec1df5fba1c511d0afa45f3c33a0acc36c8 SHA512 311cc5e4f637c17deb3f1f1a625092418c56ce9b11915f80ad521d02c839fc377b6e7a5e0f745cb32c39d6ec5334469a2ffbd8fb4fd8b37022ade021261d4d9a
|
||||
EBUILD botocore-1.12.57.ebuild 1478 BLAKE2B faef9969752da6190bb300e77eb74ed96723d736bd8917ccfdbb45977fb50fda0daf5bcae0e046f9346db39eee6efd4595cede079d0d36cc8cd6cd8ae57c781c SHA512 7c02b7259fb09bfe1302029404922a885f12ad7deaa8bc3bdcb496566c7d29298d58ba274b2f1579dfcb7632c4b413c738cb63ad35a14224576d16f79f66b37f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AUX caldav-0.5.0-top_level.patch 930 BLAKE2B 72e2596df65b7c6ccb9ede62b17e730118a9ccedd3011c68e15d887689474855d00e07d036767eac7e879d50c3739e6d863677fb7efbdf943395eb349a0a289f SHA512 d292dfed1da7d66a460998ecf66edbd6163a4d14ed0fe7d490eb16ae4a0e4a35b3bed9750aa0d225cd887df9d76ef549cc91a44222fbdcc2384d2fce566eb44a
|
||||
DIST caldav-0.5.0.tar.gz 43932 BLAKE2B fa6820d86fd9ddf73da7ecfa09ec179249be8f530109793d6a9b0d04156880687631d20809b5440ad6eda689d8bf868e016dbf5f752567d93b2adc65cb13a036 SHA512 17b268513f7d77cdfd87a7388c3aefe65682a5e17b1100b07a29874a40c0f0df5a270759a0ca5b63f2232f0008a3f5720ad10f834962b6efe85712b9beb4ad28
|
||||
EBUILD caldav-0.5.0.ebuild 949 BLAKE2B 05a9541268c8f5d4b491557055a4a4f25509c265a33993571b74dad1d86d5e6f399338d2c5fc758d9ed506ffef3cf0797694381382d2f4622ea2544cba46c5fe SHA512 64b9a2eec152f294a2d44fcfdaa63f1bf92777bb3264d347a7da02bd9c266d37b4c349544fdbbf5c73e4bdd62b5b7ef49bf641a610322f021d6f3f787c114cf9
|
||||
EBUILD caldav-0.5.0.ebuild 929 BLAKE2B e26706d4c3c8faf2f4d8a89ff1dfe4b1fa76d16f489735677b5e0bb45c33daf481fb433b802e355fe11f61afff2414e7624ec4f2d87a39542394781f799f4571 SHA512 e5422ec51dc54477dd8174c8374e1d22be1085b70d3f91089c05ba924a20f8ca8dd44368d3d51cf9ffcba95f16a40cb17ad16cb69fb23f6e7276cdc34468f9c6
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
@ -32,10 +31,8 @@ DEPEND="${REDEPEND}
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-top_level.patch
|
||||
)
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-top_level.patch )
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST curve25519-donna-1.3.tar.gz 19549 BLAKE2B f9ba8f691cbe519e3121453703f1e9f4ab6d60ef67b356ac68b188ea9eb0d957b26413c20de40469f5af9044e4cb7c90640fb4d399a343c8a5399fa14d654f4d SHA512 a7cef5838ec58eb77e833cbdd646fc9a9cd48bf3fe12ee420f12f0e4d2deb53dd78d78767a9a994f9c7e0d6166d18acca0de648371a861b4e52fc43e42226f2c
|
||||
EBUILD curve25519-donna-1.3.ebuild 568 BLAKE2B b31254d828361926f6db355bc1f41fd9c6f443d5cf6edec1683321c93f6c39ff0a200fac04d7053ee410cb51aaf345b909a08a4509f94d6a6b5fa55dcb5f78a7 SHA512 7b1e2c8b451d9544098a72ac07f56b9cbc631620e88e02fd14aca1aaaa5e60802377419221d822d9238dec1a95004850f935b513f3337fe6d8393deb833dafeb
|
||||
EBUILD curve25519-donna-1.3.ebuild 563 BLAKE2B 86bab8e9db9bcd2c46143c83f93a8ddcdc7902689443545f40cfcf82a5d05ba28898b439885cfd8f578acc63e7d90e866f2994ea0a18ec4b000ed325f729e343 SHA512 f5145fb542640815399a225ded6a051d5e9a0adcf657eea34b7ce0b72dcb78925705d35ac6fb23d1485645cc01aeec5ad083eda286d991e52647044bbdda05c9
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=(python2_7 python3_{4,5,6})
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST distro-1.3.0.tar.gz 48067 BLAKE2B b8dc48dc82e96c674c5fedf2f55167fcbabacde59954ce978085f0a05e5184bf8c323c76208f2ebe0a2cfb6ac41ce0351774ba6ba02dd13b22a7506ce3e5cf58 SHA512 5a3e363b7dbfb5f70967937d04b566e5c8aea10b6f3b9be7485e6f49130766ec5480ce1c1c14ec759e38b2488ffa697478246e53be72ad277cf3bebac7dde741
|
||||
EBUILD distro-1.3.0.ebuild 585 BLAKE2B 984b850864793f0a40df48db2d32a74c1d75d34deb8ecb904bb23a4cb9ed4445a18ef3a6ac9943ada27978057ae4005f51368de2f3c0babd10a84c3a712675ec SHA512 ed3b1b8e6f8f119f3a6e6a3ff6967883987f279a3058ccdd3b8cc09cc38e3ae75bac52f584c284c84839ddee7d38cb64bbba8bfb4fe69189467087cea672a1a5
|
||||
EBUILD distro-1.3.0.ebuild 578 BLAKE2B 06e6bca8e1fd287c08dc0cba6664640ca9f5a44259c71d1b29ddd32201ac7863cd41a2bb95e4024057baad10f4aba0df0418e612638ac64d1d2c3dfc9ddbb86a SHA512 6cca04285158d40f027d90b00533d286656a8da7dd63621cefdd03aac5678866f1ca197633ca5f121cb76f96d4a5aba69531558029ff4c1fbf2f547e5c28edef
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST DTLSSocket-0.1.4.tar.gz 182199 BLAKE2B e71c31b157aa8d7eac57babdad7ce05774f26c44b4fb462d30a4d5feaa33b9b87f59eef91f495c9ecaf2f35626be6bd55ea8ac4121633a1833ddac13fa016e47 SHA512 48a492ab52388a7670ad23eea0c00e292307def0ae5189ab30d8559d77ce2fce40fdd58c6e5297d17e770b6c17a3f0cb07b9e9e50a988539b8df73ca9014696f
|
||||
EBUILD dtlssocket-0.1.4.ebuild 621 BLAKE2B 372cbb70ca458084417e7640d53a123042410a99ec963c02a74d67fcc2269366ee29b6ffc5a02fdbf81b048481c48bc9e3f03658ccc9233bffd6e7934d48fb23 SHA512 6b84b9d7552ff3e8778c2cafe971338a0cf30120ee31127daf8cb76462d391e8cf747cd3e7ff32189126257ba3e81ec9855861d63e85ca48b6910de4615da74c
|
||||
EBUILD dtlssocket-0.1.4.ebuild 622 BLAKE2B b4d46a2cb8f2777b2dd52e01787b31ae8fc27df304cf4eb87eaa606b4b86d661ceadbab13b4eb21d32003b5cf34d9b0f766a7bc9ec6ac054da3f8479a8d7bafc SHA512 631321f4770c4bbc0c10d3061a1359e16ffccdc7c99e05b6391fed655dcb2cca11860d25c4ecc10a3aa06885ce40ce63fdb8134dba7496d8a012e1f275d2fe57
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=(python3_{5,6})
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST ed25519-1.4.tar.gz 873625 BLAKE2B 96a9b0bfb88659f63d337a89f73d28f6dc38b00c478e1a177682dd64ff941435623de240ce6d4a2d328519e4c6d920a3a1093a72412bda9568ae0294cd6693b8 SHA512 af1230d0d620f568aacd43c68fc5dab710145958e1c0b862f7f7bc6f136b9a28203e3eed2d1e93ba6ad595af6f43d6b0879957a913009166664fa6c2134e8970
|
||||
EBUILD ed25519-1.4.ebuild 610 BLAKE2B fa4dab324b2fa784cff6d6757922304c42120b86b9354938dba769cacc0258a0d4cd32c2caa3455e330f66b12f2c9cb5b2575627046c68890ebb21d463208bfd SHA512 f6239a911decf6ecb0b4c4835cc898d59f0941da206681f4f51449640f985155fb207f538c2ff84a89b004fcb64a7a5bf04d9cc0d22219c71cb9e7052fc899c3
|
||||
EBUILD ed25519-1.4.ebuild 605 BLAKE2B a8142a46dab20846a408dc68b12e51771a43b47c0f39cd136f00e50c1f7c11dab8a4b583c1ff15f0778662be7018052c0e183bdb9602611a1ae1bef6f15bb1dc SHA512 33664d8426fa15eae61237c05f8e1a9d20fd177173b58220bef7fbd2a7acbb6e0b48f660bbf82b28f7d4a35d39b0e91a18fc6eb2cf5da473b79b4a886bb75676
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=(python2_7 python3_{4,5,6})
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST envs-1.2.6.tar.gz 21086 BLAKE2B f691aa80c0eb47c2ea9e384f4daf503f8d9d78170f7bd565a329aa6c05d19f395db4ff3ba27921a4acb7ada072feb58da47c12371ccffe1d3bb0ab00bf0cdabf SHA512 49d9db6a81e46bf6534abb036938f3a149435e93551599fd31c441a6af2e0ad6ed16da87851f67a8efc28086398027c28f8c7a460f6b8bf862b8b662c4c0593a
|
||||
EBUILD envs-1.2.6.ebuild 723 BLAKE2B 90e1fb18d75d9cd4425f88ecf0304ed60e488e698012a99a7fd17593976ee08eaa4842a02092198d6b35367b3e5c59356f8b82bdc431987dcb367b60ae7e060e SHA512 cfb2877701fd091c6d7d1db2f28a8f11352dafd7c81e780faeabf208ef8ecd8d040f046064f3e7cf645e89539de73112a20f4cdf6b394bdc2a0155bfc30459ff
|
||||
EBUILD envs-1.2.6.ebuild 716 BLAKE2B 6f4221fb30c3cc96cc8f01485430cc0baec641165116344cf5bf1cca9cc06fbcdbb21ec1ec44dc5633fa7f4fce46e4623250a8c4b86603173223ba029d54f06f SHA512 3fb9f0e72d33754ddce3466423dc6832ad2d1e92dbc5e0dcebea8e9768f57e32c576eb44dc4059e424c99e60f83020d0230af864ce0ac221efa3c5f641b9f2f5
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST firetv-1.0.7.tar.gz 8336 BLAKE2B ca278981ca301b04bb199eacbd43d2f1ed316b1858fff0f925a626b647b308a234e8b5dd198a436c1d7239eee061fd3a4e3b4c1f0c05609ff669cfca04ee9634 SHA512 8d49185d315482fbdbd98725dd85ad3846d9fabe5dc43541e7956e12b6d9aa2753284174237393dbbd8d2b656f2cba1c8e9448dda74b701a7cdf42239a1cd0ab
|
||||
EBUILD firetv-1.0.7.ebuild 807 BLAKE2B 6718334f29e468f012a62b95e21f682a08c835756e3d6a573846446be0a94f96df3383ce961bbad6997c697ad0cd5455dfcb22808d7af80ee5bbef6c8920fbfa SHA512 c78e5c7a0aad70b68c4ea5bd93a0c21f0caee2c04016ac52a7c6342dcf5c4ee162c616fc0bd1e58615345fd789cccef5205d5bf9498291902c5388428da3d014
|
||||
EBUILD firetv-1.0.7.ebuild 794 BLAKE2B c13469316f9132aef9a1e39d09df05d02cab36ed66c89d41f313497fbb2e067153374ba4ec9ec7785037483ea92c3b412c691ba6abd508bdc8c8423df9ac91b5 SHA512 d5cca348cc43865c9ec7345380cd16f9ae123b4d5bb1c281789a9a185806c4e6dfe7ffe1e655c5d0e4976b765b63a7ab4061538e9709c51eab51bae1597f5214
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST future-0.17.1.tar.gz 829119 BLAKE2B 95210b5128d25d6c189cd38bced873f096802690e8fab5f4591c08fa913c41dc255e24af1931cad91d872a286f690f47bf6e0aa365e2f6508b03b0d305779c26 SHA512 50094c44db81afbfd37ee25e1710ed11ecb2c2d64ad076fb62a2688dd36a9696ab26b0d7989bf1ecb10da251961a0ee6bb37c4dbd115f70384cd8c9a675d0b2d
|
||||
EBUILD future-0.17.1.ebuild 622 BLAKE2B fcfc0fb4615e354305f04ec3c3202313bd3eb9631f37c98926a6baa991b4e5381414753fcddfe763b9f9a16612f4098db8695796e61cfeef2aa810a32f7c3f7e SHA512 1698af292a883c774d49ccac4f8472281c88967b8a288aacfe524f0baca1a9b2d985743150ba1bd6cfe98106f0729b7998817015f258d873c791992de318fedf
|
||||
EBUILD future-0.17.1.ebuild 615 BLAKE2B 0e8b9f693d456ad3c2f3c55c493ed3cc1e7bd0e99d566705b55814eca51c6497b34e1fd88c9f3dc49c444955419dd9702a43767a665d0211b3b6a7fd274ec7fd SHA512 b3c735c64594799dabcb5ecc62e005f3caf68410f4bedee01a5f2fc1040ffde5884fd909403ae35362180615af183155acc52e853b333d24d32b3273b4952393
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST gTTS-token-1.1.3.tar.gz 3441 BLAKE2B 425b5558b937474975370e9b6dd78912bd4f73882fe57875aa428d47a2a0d8161d5a8921fefeede91c74ee43254be3f7d78398675b7246575bca43e44d10e9bc SHA512 f1bfddf5f67b622a2085833c42f21b4b8673843700db76fdc5b7478e0671fccf00a42149909e77ab5d7317994510e0e9c487ddc7a063c4224d4abb284b02c541
|
||||
EBUILD gTTS-token-1.1.3.ebuild 879 BLAKE2B ab82288998403783897bf956132b90c6f161c2ae2bdb949174c7405d3cfe1a107ea66956cd99ed79478630b1cad983bc480fb58674dbc683c0545c873ef5a511 SHA512 2e666ae1d1f74c028e6c87b9054a368340a1d146e5da33fd9e9598940c3e742adf62139203f920ad754c0bb8fbc3677ecbd4443bbe6abc1bc400e4787b85ae80
|
||||
EBUILD gTTS-token-1.1.3.ebuild 859 BLAKE2B d86497c3eee26951bc44f5d908389a1e6df804dad7b683fc36a98d8ed1122dd15d1d08f5483b23920a2cbdc9574c7b1383d6940458ba6e9d31e2dfb562e00068 SHA512 6ee490d34d7862db3f0490d2befba636648888ce02915b65f960477ae1c30efb8395d9894096bcf2f8da2d33287f30fdbb2bcf37019bb9fecaefa906e765977f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
3
dev-python/homeassistant-pyozw/Manifest
Normal file
3
dev-python/homeassistant-pyozw/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST homeassistant_pyozw-0.1.2.zip 147475 BLAKE2B 303833a1a5022f2e1cca4576db0bc711b61216d0ab586dcf23f2969692cc4c52ce8fab0af104b8bce781ca997bd9039f89ce77d87bc027bfa7580ff0856dc7fe SHA512 63cd362c3c775837b81e92a9d075e88f13a9ba9d2fe817873731690eade41547b3bf0e82020b7784f9470aa9ebc03fbd8f661308e94481392d9d72a9d154c503
|
||||
EBUILD homeassistant-pyozw-0.1.2.ebuild 774 BLAKE2B a9d2489f36a361af28fa017b332b92703219ef1494ece1b9e28ffbaa245fa1719fb41cfbd61b39d7f18a8a7d520543d0a7ae0861ddfa5ea571010033a0992d0e SHA512 35bd22a5b4250ff7880e7ff78bc700656f4408ee36d1f68a45a4076e143c59801562fd8b2968527c68c9f9bc2deec917b141118bf6f7bbe7048f8af79bae5a92
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
@ -8,11 +7,14 @@ PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
|
||||
DESCRIPTION="python_openzwave is a python wrapper for the openzwave c++ library."
|
||||
HOMEPAGE="https://home-assistant.io/ https://pypi.org/project/homeassistant-pyozw/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.zip"
|
||||
|
||||
LICENSE=""
|
||||
LICENSE="GPLv3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST idna-ssl-1.1.0.tar.gz 3377 BLAKE2B 4a3baee5c976bdde4092eb3a980e555a72fb74395d3bc673ccd6e986e003b696cabdeb41061ad9b5f8da62074c034e4a07298fa993d5fff185f723ff4cb5f432 SHA512 f9db74cecabbbfddfd1817bbd8434ef2aafeea433c3eefff3f94c7e994da40e3f315fcda527f3a0c3743028f26bbc934f1dd21f94134123c3271975d0527cd35
|
||||
EBUILD idna-ssl-1.1.0.ebuild 530 BLAKE2B 0c2c36dcd0f24ccbf48346a79dd417f396d36d75b989884f381de58bdebfdd3d00770ba6fa0b1d7c3c4a8c4dfaec2e1a926e782a4bb1b76cca6c31cb496ba809 SHA512 a6f3f990b2673a5637c9e5e820f033c94bdf3ee067badb26bcab1b7da2347ba7052daca8142eb0fa0b94a9982d8bca24409e32f73ea2f88f3b4d36aa420f86f4
|
||||
EBUILD idna-ssl-1.1.0.ebuild 527 BLAKE2B d1485e898bc18295a02186fa4c72cb761aeef62deee0ba985c00fce2da4f14b39f7f301a9de8197b6c99ee9962eefae4a31b1ebce72c09a984ca43169bb2a9cc SHA512 36e2c5117366dca416cc5bf407a8b354093a6f827f2e631c87808b6b765b16da6d49f9c245b88b2159a1b4c78166903b3822b5e5021ab03f59623eb2e46673fa
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -3,5 +3,5 @@ DIST ifaddr-0.1.5.tar.gz 6439 BLAKE2B baef2e7ed13e0228710f711b08d1f0a995bf1edc84
|
||||
DIST ifaddr-0.1.6.tar.gz 6526 BLAKE2B d30b955d42d0266a197214bbe16ff2a8b11e33b4305ae9ed128fca6719e2c86026c97b278b0abaf5f5f35f4c9b744e5b500b4a4c1783dede0ebd4aedff62803f SHA512 911f81c32e808b9e61f7e98b8c67dc9b40cb64de864843cd7239f08538c9ff7cd45c8f16428b2ce200ea5f213a539c7ed8479432e02feb5e82e917f838ee0cb6
|
||||
EBUILD ifaddr-0.1.4.ebuild 637 BLAKE2B 2b85c14db84f24cfd39481f94bfcae5482c4eeeeed2154831cba324774c8d4d101c8c2bdf8976f3064e6661f5faca5cc71690ca0f5032a8b320c27a780cddc21 SHA512 1018bbf7f7c3e8eedcf592d34e53256a955151b426e53b123f047adcfe40c1b4761871c3bd058c0211515a89b8e8ae62007ea38fd4a959265e12da1c65735204
|
||||
EBUILD ifaddr-0.1.5.ebuild 648 BLAKE2B 41c68e7dfa40cb23a03c6aedb6f917d95f40c0cc6cf05a392e7fcbb8feb2471b6a7995e2afc47df9dfd5357a6f6171a132907b8d3fe4321737cc24488c6f6d6e SHA512 982ad1eb5079e8b2230f3470b3bccb2831426844785daffa679d10af2761148081555abbf4dd0986f512f3f335c9467c04cd16953d06b48e62cc05a27ee5050a
|
||||
EBUILD ifaddr-0.1.6.ebuild 648 BLAKE2B 41c68e7dfa40cb23a03c6aedb6f917d95f40c0cc6cf05a392e7fcbb8feb2471b6a7995e2afc47df9dfd5357a6f6171a132907b8d3fe4321737cc24488c6f6d6e SHA512 982ad1eb5079e8b2230f3470b3bccb2831426844785daffa679d10af2761148081555abbf4dd0986f512f3f335c9467c04cd16953d06b48e62cc05a27ee5050a
|
||||
EBUILD ifaddr-0.1.6.ebuild 641 BLAKE2B a9d3c29bc75ee7db2dbf3d2f303a737e05af6522c9cd093569c7be1dd609d8afb0ec6d0af7b1a0910586a8bb5a2256f286374a31f318af9b44286d5220222ec5 SHA512 0557995db8bd9dbe1b6d9315659c208e5e716a42d60dd95b6030d914071ced82f6bc117afcba647a22a96da940f790470758a33c43fbc5a624309a5ceecdf448
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST jose-1.0.0.tar.gz 9153 BLAKE2B 8c9108b32a5f954dffe9e7168d317ac0f837000a6f79e6ea25ce14b6e302babe1325e0121cd24d3bd79e2cc5bd30ffd1e347f14f57fb1425b88aa871e9b4bbc1 SHA512 362fff65539f0908689cff7514710b462f689d67d35257af7c4e569c92632d54375366cea6880de2b9a369e99b6ed6d9c7e256c17d5be5ec4fcb19ed7f6dab70
|
||||
EBUILD jose-1.0.0.ebuild 845 BLAKE2B 830c6f81fe686e10bd918732ee31b1da3b58d98ba0607a8a2e9cf91fc4a904d4c68d0efac612570f8705540510b45a3e29bdf4705c2754167df10274743032f9 SHA512 4df3dfa07cb0a706739a0b02e7927e2ecb7dd4197fa71a7bbf21667aa7440629add9e6206098790c080ce3ddb4c594eafc07bc30d578309d602cc3ff34977ddb
|
||||
EBUILD jose-1.0.0.ebuild 825 BLAKE2B e1c53eaef8841cf7e0d13cf91f26710b295fc9a9fb32c1967f3c1deff6947e86f150d8e89dd10dc2525e5611c8939109caf12bede0352c704d57408bc90c4ac9 SHA512 46b09670d071aaf0ab54dacc46c39c8b31db8e10ba9e9e2e9032181d655764cb6ce957c653229081a908c92f06b158128db9efc0949dd7389890fa3342e3e079
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST jsonrpc-async-0.6.tar.gz 4160 BLAKE2B e471c819adb89ab79fd6b0fd47faa823e6729f5812d3fbac99118109854ec5a6fada9805d8cca80f8efe6c084ed9c0914af390254d7edaa86b475b1924a600a1 SHA512 dedfcbb707b39c86cb420f97f645de03de61fc38770e60984f94d064aa4fdc0cee76193620f45944ce46c3d5d17efaa6e9a6640f1c46e29f7b904bfa7c5d6976
|
||||
EBUILD jsonrpc-async-0.6.ebuild 623 BLAKE2B 7e30a8ab92bbb372350fe06095ce95ddfb82b9c6b9daac83f216966d827da74810f9a4958cad8a7864801c85dfe40a6a9eeeaafad1641ea726c3716eaaa17bff SHA512 6dfe902cbadeb5cca6e503671d17513607a39379e382e045f6b62d65d9799720f65fd4dd561b65bf3c0640400af556d5954549eedcb0eec7a2971b9cd9246b87
|
||||
EBUILD jsonrpc-async-0.6.ebuild 619 BLAKE2B 32cb0ab75a5fd869d0b11faaf71cad3f3e53b77a682bb2286226fa496e270e97b69c5d111aee75deacf9301a75c18e20a78b7f572d74fa03e08b69947708a6df SHA512 8a08245c92509fa39ddfded68147501b0f65a9d97a18aed302fdeb1cb387c3b5ebc80932aa81911be95a7fd646d45d4a08f7b1980c729867469583f2be5b3135
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST keyrings.alt-3.1.1.tar.gz 28193 BLAKE2B 3e209880009aa129646e5b21c622851ca49177782ad231085834f7b1d73abfa15d9207561395d0cddfc1abe9e0daa180f953e6b7b895eddcfedc1e01ca94ab00 SHA512 5d8a64788888261863c5001d0fdad4e817fad765ea8c2c4967db63e62fde3364476f333ece66cf2e44634149d23062d076b97b18a3c8703bddaff8ac7d7933cd
|
||||
EBUILD keyrings_alt-3.1.1.ebuild 1237 BLAKE2B e9d2e8e41e1fd8d8916c78cd98befe6ba1a173ea2b1e23032db4e99666c3e94b4a48d9894553f9a337aaa6f71adcc6fa5cbbd62ef8d71ae8a71c8fd0f1ed5793 SHA512 2dcea2914d4af66d1dd35e30dbea2d949f3c9d735f3b3fdf9279cce9cd00e0ea151048995b0114fedcf08eb52cd646b87aa8997123bd5eda7bce469ac730bfae
|
||||
EBUILD keyrings_alt-3.1.1.ebuild 1229 BLAKE2B a71e834849f23daaf430100444c4049cf45c73610d196727c2c2d9ba06eaf3e9112ff5a38e90bc04d1dddc5d04b9e2e4e59476ab4ad4a6ebe2687502a4b46539 SHA512 49302cc84d8cc0fdad28cb1df96056c2152648f016de1bb511477afe08dc6f0a34a935ce6aed02a619855d33044ae1e5ba41951b1c3ffe0f25a0b7ca769012ab
|
||||
MISC metadata.xml 565 BLAKE2B 577c4bb77415ea0862b4a916665742d20d0c9b7289ab9828f37b1ac22ad97bb6859b2745475b10acaf52fffd1d9df3d9bcdd53ffb4213746e62a528525d65938 SHA512 e1513ec8f623dcdeb869e49e3bb1325bf8192075a0478d89101f9430645537768fc25d2adf579783b03f8c7848a4a7a67dd4bf006f662f31b92c934b24cfb531
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST libusb1-1.7.tar.gz 56605 BLAKE2B f57b8468552ef687235baf64dacb42a3dddd92e354929e6bd31553fdf75d632bd69824e66bc019f813021127faa8336e991ae091de690b9b3273a51bab1d148d SHA512 ff7912ad3b7ee8fe49132f63263e87bd5a8210111de419740a286428e2af6a3d26c192f0ce571973dd89095dcdf716f2dd07a34206844a5650ebb00d62eccd95
|
||||
EBUILD libusb1-1.7.ebuild 630 BLAKE2B 229b87a4e21f5b63c884d1ac8824bbf67cc528e62e585cc2cf1449215adcee1b0cba89401d8a6e773a6978aa98ee5b965e12d1d578f57f38ee41d37bacaec64e SHA512 347ec8ccec16a19a07f7082f115b242a1c0a9aaea75805a93cfcd41e3f91d8044681756f4d7360e63768f62e214b16240ae95774733cbd4dc24b4765fe38999d
|
||||
EBUILD libusb1-1.7.ebuild 623 BLAKE2B 2649ea45286a385bccbcc70947e934c3dbe2f5a8f9d68ce9ef1536b87e92c20e34e3ddb3ba93cdfa650a919c6e9a3c568ed56ba14fb3efcb66464d9446672478 SHA512 9f9686cfcb676757815d3aab9f1ccb2a983cbe9ad937ba35ecbfab9ea5a86737c150d71bdf573c0634afa7755c0d6d2b941291c80b3f7809cddfc6479e5b1f7f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
DIST lomond-0.1.14.tar.gz 48780 BLAKE2B d94fe14c1769a8df6b7ecb6bf78cb800e0c66c857b86556f17c83df963933c2270ca57ae8422d2f7207a45b6df12b7d821301f0fa41d5af10c4a8796dd3ececa SHA512 d8e1cbb2e890cf940515582a04577409a20daf2b44d2ad806c752773d9bb8e52f956b829a8fc6691847d2d687df54950c21b34f0d2021143336c601c02d7c524
|
||||
DIST {P}.tar.gz 22722 BLAKE2B c44c395d0eabc7baeae1ee6772cfe6b0c2a41af73cff5039454265c443b0191ed1dd37a36ea57964a327cf1fcfb5d34766b5e78093c81fa6daa2969f98be927d SHA512 81b1ae4901ec978d5de6e24ab556205553be40f12bf5e0102f4824c94b4b1ec0f7a52f2c9cd9946acd513a682b196dc4784c177929822114cd588dbfbc9b95ff
|
||||
EBUILD lomond-0.1.14.ebuild 803 BLAKE2B f2523b953f2f6182183cdab4edc7df5c53dba534beef6ccca6566d367b09f16f9ba8549fe36654227d399055d8f126f9f0dbd240ac722d9407a3ff128a4c0704 SHA512 ba4d0d4faf7143c59b5e1f6d167bd4cf2b6ad61724ae1242f13693960c1f226074bd47e7821c541d4792588e570c48d872d05b9bcd58de4b69521db664d94e75
|
||||
EBUILD lomond-0.1.6.ebuild 802 BLAKE2B 32d953fd62226ef7113b9baa449587e85af471f3b7005806453fbf4951b769028d4e0ed550c449a7b28982bec99e8306a8d5570f503759aca687c632d6528fad SHA512 a988dc4c7f0870c04e98565817e3c2d02b031ef8e93b93fc9540ea8527c02533163e20d3e52e0135327c1b7a372ff1e350083e28fc6f35cfc47ff164a4fa0c8c
|
||||
EBUILD lomond-0.1.14.ebuild 797 BLAKE2B fa84f0fd9782cd59c0d7ca4617e892708489f2ed2ec32991f4db77a8b7ade2698073e010a1a2ab5638d7a8caa230f83ec8e34edf4a8ad2177b6fb2cc14e844e9 SHA512 ab33de2e48216f7427c985df3a921a1e5692144fd8edc91eb4c0189dbd9ed5d9f8880e6cdb186d5f543296cd70603ffe2adbcff93b2fb59d0c5ab36f9c1766c8
|
||||
EBUILD lomond-0.1.6.ebuild 796 BLAKE2B c4c7e544828e8309e321582017151b35a1b53a22cd7467becd946618212779eced7ad19c18217113edee99f88f4158429be9bab2e4c9e249dd3292ae08cab425 SHA512 36e98c3b5e0fed835dbd2cfcfa7f4153f6c3fe7320e2503d59ef2cca61e723705609a42e70b25547ca25f16e717651da328ff8a969d0ae79035cc74b1bc38cd7
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,10 +1,9 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -15,13 +14,11 @@ SRC_URI="https://github.com/wildfoundry/dataplicity-lomond/archive/v${PV}.tar.gz
|
||||
MY_PN="lomond"
|
||||
MY_P="${MY_PN}-${PV/_beta/b}"
|
||||
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
|
||||
S="${WORKDIR}/dataplicity-${MY_P}"
|
||||
|
||||
RDEPEND=""
|
||||
|
@ -1,10 +1,9 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -15,13 +14,11 @@ SRC_URI="https://github.com/wildfoundry/dataplicity-lomond/archive/v${PV}.tar.gz
|
||||
MY_PN="lomond"
|
||||
MY_P="${MY_PN}-${PV/_beta/b}"
|
||||
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
|
||||
S="${WORKDIR}/dataplicity-${MY_P}"
|
||||
|
||||
RDEPEND=""
|
||||
|
8
dev-python/lomond/metadata.xml
Normal file
8
dev-python/lomond/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,2 +1,2 @@
|
||||
EBUILD maxcube-api-0.1.0.ebuild 887 BLAKE2B 8237a884ab3c3ff9d0ae68317f94cf484d3c5fd8e8b4172af5c40f5355dde2b977b7063b14a5110186a68c3f5e6e47cae1ab5984e47a0429c2656579181cea5a SHA512 42d01951518d90760881fbc568d096a38ca01c8678e3473e2339d1e8e556cd1743b936cf2a62ad882b1cfa593b02c5e1d51161f8bac525de67d4b3ce692477cb
|
||||
EBUILD maxcube-api-0.1.0.ebuild 877 BLAKE2B 0d6232bc0507dfae7eaca8b416bd959b6583a6e15b5ae87e0b4c3e325124b62341e2deb16febe8b48dcae6861b187ded9ae956c3c76af499dbbc55afaaaefff2 SHA512 570b0191e0298a488a2b899f1dd3da3f4fd99ede69744465bbfdc0c1549aae435d9246cd5cbb11b99f49a46c66f1de63e821d20e0645bc760004483f76f249bb
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST multidict-4.4.2.tar.gz 54084 BLAKE2B ba2deba8d2e0144af685aa1abce9c69d469785dd3cd84144209dbbb10846406793287fead1d0c80ef6aae0672561a000e0428b7460c10d87eb6062413925fff3 SHA512 1b34f5733f2d4d47f82d8c294e820db553fd993dc728b0796894f837dcd2fed1b0ce8e8094118cf0a8da0478316197b440f905bec250e7c23d464e6796a74a9f
|
||||
DIST multidict-4.5.2.tar.gz 56753 BLAKE2B 01db2ea847e5ef2fbd4eab89c8a6070f3febcb0046be7344469a7e8e6de6a3c2b2af49069e64953dfcac0044d581c6af09eee70eba78dda8cfa9e0d11d3f1947 SHA512 ec66cf3c57e3386e07e45641536a6eeb94e9707d8a0d3b485d22b8687f20282c9115d533c7b0e9fb6dba28b923cf68dd8cdda08c75e78ca4eca2f0c3ec23c58f
|
||||
EBUILD multidict-4.4.2.ebuild 1107 BLAKE2B 38e825d50b629540454a6e16f4e6b6c933c0a9d80128742977427045c5fe561b699944d1a85a3fa7e2b8893f8202f471ae14375923996898e6fa644e6dc1b152 SHA512 b6ee19fd6b604d58e808e95930e6560952e92ba111a8c3106e4df0126e1b17bc74be898c0b21b54bf4c7bb96064efcffac11886b0fdc9d0d58f2ffdf9c4aa6ea
|
||||
EBUILD multidict-4.5.2.ebuild 1107 BLAKE2B 38e825d50b629540454a6e16f4e6b6c933c0a9d80128742977427045c5fe561b699944d1a85a3fa7e2b8893f8202f471ae14375923996898e6fa644e6dc1b152 SHA512 b6ee19fd6b604d58e808e95930e6560952e92ba111a8c3106e4df0126e1b17bc74be898c0b21b54bf4c7bb96064efcffac11886b0fdc9d0d58f2ffdf9c4aa6ea
|
||||
EBUILD multidict-4.5.2.ebuild 1110 BLAKE2B 49689d7d47491a9bb8a5a1f07f96b5b19f2e01790ca35773938e25046181304dc38ee282e46e9cb8220d9832668037c2c42907a49f6f02e079c6eaa64b7cb6fb SHA512 df68099b4ea81e3b8de18084be6560bf1c2443b02e961a08f5cd2652eea8d1b34ea9ca35713cd1322ee8ee538a49a10d95e07f6e9f319f4f8fd97ef4684765cf
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST mypy-0.650.tar.gz 1659265 BLAKE2B cfd895b1ebc394df5c8e7bea875badbe7b73d357a1df595f8d80906b94164dabf010bef3185e17fe206f84ba70285d221b7cf739d9f99240a30e3c8c83f3c0e1 SHA512 9b11690fccbb581fa5b0108e8b6b99656e6aaf68a41f64da698636b84b4b17332d30230ed0e703798b4d4a2129c959325a5e4ddd98adf856ab89fea0fca5e2d8
|
||||
EBUILD mypy-0.650.ebuild 667 BLAKE2B 667cb2d926d5dfd9f05bbfc87c776266345591c3969e8bbf1089013e95494d544d0db657507b5b42abc48a02e72c359bc6d2ec00ff8f948ed06c9ccf7190138f SHA512 f9632e71220bf1503e7bb95c06cfc1beaeafb50d3882ee3532cca5a1df23e21202fc1b1cb36eafd6c0c66fb5e3516f46431d88f7a655145a17f3575d33f50f1f
|
||||
EBUILD mypy-0.650.ebuild 657 BLAKE2B b020a6a73c873e4d4c87fde12f93f28c5c7ba6355ce18b908903e8f132b81ec4ec598c403fe9931f2f529992c5ef92bd5ab193ccc65efa86d428b362d7638ded SHA512 88bd7093c4a71880f4c2452b22c357f564eac6bb505fc57817f8ddc6a2977c7107dcc967a48cbae852eb9705166441602bd2d7867f2fa2bd76e404bb84249f81
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST netdisco-2.2.0.tar.gz 28248 BLAKE2B 2b7fa9c0db8ca98a24ad39680b6bdfd3c884c52c4e286c5b00f4a132d753071f37d674c5f9f3a390bb784979a3669d3c21b35035f89c09e7855243c2532c6756 SHA512 36930f78b6777e83757e9dceab125779c09ea0fdf7614d3ba592ce275a440db78faa9ef01654a694e25b988d845b813ca74de676417dc210272cb60569885010
|
||||
DIST netdisco-2.3.0.tar.gz 29297 BLAKE2B 074280caca644b05bc92f5a43736e129ff51e9d56da0d8d4bb6a12f9adcd209e6101baaf79896b673cd72819d5cfb2f3f8eff74bba64ad04c3bf5a2005787403 SHA512 ef04c2ba525428b5768601cd6dbe2ff1574c26f40445af47f89a5329f8b6cbbd50537278d4527e95602df894dbfae5314c63f6f8e8fe045ff5306bd35553f027
|
||||
EBUILD netdisco-2.2.0.ebuild 607 BLAKE2B 784c8bc0c66b0826ae7e93cef774a4a05506c4e1ca43e2f7f219d4fbd2e2fa44ff9d112a6ab1ca1d4d0ce935006346fbe2dd4c9db71a0a6f02dafc8d44882554 SHA512 ef5f995dc36a63587c0e09f716bdab279244027fa3c7a19aac04f736575e3016486ad8d828af6d7b78db927d50a557d1e6b38f4d7782a9323be310150ec091c1
|
||||
EBUILD netdisco-2.3.0.ebuild 607 BLAKE2B 784c8bc0c66b0826ae7e93cef774a4a05506c4e1ca43e2f7f219d4fbd2e2fa44ff9d112a6ab1ca1d4d0ce935006346fbe2dd4c9db71a0a6f02dafc8d44882554 SHA512 ef5f995dc36a63587c0e09f716bdab279244027fa3c7a19aac04f736575e3016486ad8d828af6d7b78db927d50a557d1e6b38f4d7782a9323be310150ec091c1
|
||||
EBUILD netdisco-2.3.0.ebuild 604 BLAKE2B 5d4085a051912c8721951248aa4da15c375ed352386d024e24c625e56c07f7e41053b230cf5a376b8b452bf87bcfe68e575585cc099c521fa3fe17ade6fa05c6 SHA512 280a85b4cd6cf0e083139599c806f5f7904d8584029e4c5ec08aecab5a4783a3c114772fff701c8b3bc71aa4257c78c39c4ef8edbb4e160d47016ea09ab79be7
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=(python3_{4,5,6})
|
||||
PYTHON_COMPAT=(python3_{5,6,7})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AUX paho-mqtt-1.4.0-strip-test-dependency.patch 681 BLAKE2B 0ed9a448e5e72813aa05ad1d37ae957150ad09b6d48a54f668a969e5e98ad25f8d55b223064e01f6773d0e42da3ba26f2e0a7f43a628ff68fee4b619b8de96c9 SHA512 dbadb8c1bd7691a973d8c1cd146ac9bd72407625ddfc5042b25bc81ff74af6d554c06fa3b2972637acc4a466e75a65c9371990e43bbf649fe5a5a22da2bb36fb
|
||||
DIST paho-mqtt-1.4.0.tar.gz 108278 BLAKE2B 0569f3cb5d262b3b7f6ae68261fe138d839afcc6fe91f880e29de24d5cf8e2491af81a30eb82c27fe63eee90114326eb75b06a32e05ec2fffed27b92d9601902 SHA512 2e49f0f146207ab4fbc8c346b10d3e2b50869b2d9db7c999b6645f7213fb635b64cff01c5405e7833a8b25334d24685ce6ed734a6e4b6b0660b48f65cf4a941c
|
||||
EBUILD paho-mqtt-1.4.0.ebuild 833 BLAKE2B 5363c1872085058e86c8dde20d56db395b34aac97f673d3e11749fe9945c1c3d28582128e2b3c69540e69cf26ab9498113fd1414ca1d17659f41f463bb64ee5f SHA512 4f5c9188b6cd1729ec53d12e0bc56a25251cf0468fb73464acfd3a1cf39faf885cbfbec3a951fb222fb862136e61879e3adfe5f80ee3eafd862b34d666abdfb3
|
||||
EBUILD paho-mqtt-1.4.0.ebuild 830 BLAKE2B 5662090f735f7a5578580c20e9e31f0607c753559b19765f9b5241475a5644eea47283ed7985efe1b94d09cb8b966ca947165f9c846e222a25036d3561ad3732 SHA512 eb0ba9fdebd1a5c7dfe2b5faad37939b94073c10de120b883f253e8a24a6c9e3abaaf6e19857c41e2ced5d64d83f96e1e5e84fddd68f86f16c6e2112e1ebb419
|
||||
MISC metadata.xml 462 BLAKE2B bb478b5d843359050dbdb5ba67e9bca36dec28f6c65b6e89ac49cc00cf63c80abebc4525de91bd0c43f6979bc2c1a3b850243de39f3d5620a1f19d6b3c9fb8dd SHA512 bb6dabe3f0a5dcda951a9aa58ae0c883ceb7324f8538dd2962fbe216eeedf9af09829b79e35f5bbd8baa00cdfd16602411430276329554bb1908d6ca9609a9ae
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pyHS100-0.3.3.tar.gz 15250 BLAKE2B 118689acac2d292a01a83b84af3263995a7ad85fcf754106eb1be24ed4188c64cef3bc07b73df17937e4b3deba28726d27a462e05a8f54cc768d1629ff97282c SHA512 f1abdf6376c0ee955a7609540683230d221a67cac7fceb841badfbd0e7335e71f7bb06ce64ac8f6f9ced7b6ae57dc1ab2e7e1f4f9d6132e14f95fbf0abcb8733
|
||||
EBUILD pyHS100-0.3.3.ebuild 713 BLAKE2B 86c4d13e0be967871a6fc0a2c527523395b41d1d5b8471575fea5dbe973a93e29080ea504d18bd4823505fd243be381dd020a40864fe7de2bbcf8333b72139e9 SHA512 081a63219fce56c5223f57dce37b54bf723bc58afbbb795dd2b0dd5cad26d0db0f33585520c731d06a9f7801622fec764a5ccfe17bae7bb46e53728717efa756
|
||||
EBUILD pyHS100-0.3.3.ebuild 703 BLAKE2B 990bfd82e0d3b3b99735d0685f98ec867162431ac4890ca60b5454939b09343e4ddbfb1eda897b4926b9fb4d47038f2089b33075fec6080b3b8e7d607517f83f SHA512 0b6cf27bd5a8c17d77d5def06482f1868f1a42465fec375b86fb7a5431da36cc43f619c291d74ea55eee9ad752a07e4b15efd3f8231d78385051dc5d7b143801
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST pyatv-0.3.12.tar.gz 71354 BLAKE2B e62a5360a1eec5e2883cb11f30e56ef8f2fd7f35dbf926c93a3a976b0b16a04f73b8e5c5be32d6d3d1206ff914c98da41503e06647ee356d42d2fe5b56ed6ea0 SHA512 a0aa3740d05ee04cca916a145de7de6368889f2e2c4df2acaa8da79c0d4665e1a5cee2c218fcd232ff906d7b9970eec02be6e05d743140ee35188d1c239720b3
|
||||
DIST pyatv-0.3.9.tar.gz 70849 BLAKE2B c394c95ad93d80cb03d95908ab7926ba9c8188ded17518194ae0ba83989af92fca3faef91c7fd1aa35cd13dbb1a74ea9f5ef125950efa2327adb362fd0bb90c3 SHA512 fcdfeba7f764b0168d9c9caa12713b03c5eb9c40cbbf7b87b301c4adb9de1e06629c9f1fd0475d8638fc0eedd12565c12e097f1d9f21980a73b9adc5044f30cd
|
||||
EBUILD pyatv-0.3.12.ebuild 857 BLAKE2B 0415806f5feb5ec1d64c22fb470544ed103c0dfa297f8893330de841ba05576e9bb9d661e64fc38d3101d10c4665e1825e5a8362e77edfe943a3af40d146ffbf SHA512 5add7af24292c7b5b82c23fa111e9cd7bc738a2804559b256134975c2982c5a92466afad264af2d0d100db17d28d23f6d0a67fb42ce95d7df6aa0e90d1c32460
|
||||
EBUILD pyatv-0.3.12.ebuild 854 BLAKE2B 90bf9e8bb98c0988856dd6916c58d44a7866c5f04452a3be918273f20aa8c4f3abd708a4ee287534a85c5591f6e823865737c1d4547507a027f5d8df498540c4 SHA512 c4f3738fb0e36c5143161e114e1a13ca80670aaa3c2290336af0f4f2491abaca7ba6e53736e2dc5f5d424b284dac4a4f55ea82575234504397026f832efe036d
|
||||
EBUILD pyatv-0.3.9.ebuild 857 BLAKE2B 0415806f5feb5ec1d64c22fb470544ed103c0dfa297f8893330de841ba05576e9bb9d661e64fc38d3101d10c4665e1825e5a8362e77edfe943a3af40d146ffbf SHA512 5add7af24292c7b5b82c23fa111e9cd7bc738a2804559b256134975c2982c5a92466afad264af2d0d100db17d28d23f6d0a67fb42ce95d7df6aa0e90d1c32460
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=(python3_{4,5,6})
|
||||
PYTHON_COMPAT=(python3_{5,6,7})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pydocstyle-3.0.0.tar.gz 29627 BLAKE2B b2f0ad0aebbb69acb62993e0d498457ab12b0f80de245289d97bf655ce9ed7f6d7c1b3cc8621124842dace6d383fbc865f648772c22a4b4da387c8c2cb4c7cdc SHA512 ec2313e26dd988d35c99563344befc7b538f1d5945d1b1ce767f77851ff291b713aef423bc3d57a29f59d3198f14a6c5c7d217e5989534a1b877564634edd548
|
||||
EBUILD pydocstyle-3.0.0.ebuild 673 BLAKE2B c04e8c73aa08a5fa704fd6b8e0f210ea1ca32270b7c0b11c43ca77f6d35ca06334ace2977f024e4d0cee510f7c9f063e0bf707511fcd561d1ca3f2cb70127d3b SHA512 60f0f5a6fef4d53a19d844ba2d8d0a693730872fd4e43d12742218f53e5a672d1e0e5d18006fec15cd18771ce98f00a6385d07286b08db9e152ffd6b34aaf195
|
||||
EBUILD pydocstyle-3.0.0.ebuild 663 BLAKE2B 0edc7194c78917b414915ad4f9643c6e286a6e2edcaba581a00d0fd2bd86a0f27df9d4ab43ae3496ecf775f885f8292cff77b9d50c968ac16717913fa68ccfbe SHA512 53c05450f66942a3f96dda41882b708970f45b3f173895bb931fdd2c719ba23414af21275fc22d69cb69492eafb8d22a05336577efcc525b83a64fbd89a909a7
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
DIST pyhomematic-0.1.54.tar.gz 38076 BLAKE2B 532b6d5adf2fb247f3eab2bd8c6c5535c675039799c4ae632aa92f895bcb40528d31f6f6b1a1dd168d5a8ac410609e29294dc66b87fabf5d4e33f326bf8dea03 SHA512 20a612edfd3825361485fee833c5b0c5d8c3ee7ab5087a1f342cff4685f80082dbec76e61c6233c9234c2f98b9d14041e6c428d4fe02e929893084ce2cba83ee
|
||||
EBUILD pyhomematic-0.1.54.ebuild 677 BLAKE2B d6eb1a7c8bcd896be3d3c50b6fc7979269119f29ef3af9d79ee3e190fd89c1a4680f7a625be877d8267d454c688ff95319858caaf624e71846f7d7430d760dc0 SHA512 0ccb7f22babc5a375e36f89a4d685b9ee08845de46a0287608624d365726d8e5cc40c21bbbd9e38c46300c509bb2f4660a121b0519fffa502304864ca12905fc
|
||||
EBUILD pyhomematic-0.1.54.ebuild 667 BLAKE2B 101b0719f770515c35b0a9a6e984babdd2b2240ced2b89b502a43e3426a2c8a192b991665bdda6d2e685156ccb54bdac05528225506dc534eae2a8474621bb39 SHA512 82c7641f0f29fe7cda8a93242a70f6ba8373413070c7203c7670becb43a3a11b04a91e6abb2dc53724571bb42ff3a2614d33e9a0b0864689afea2eeae4db194d
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
8
dev-python/pyhomematic/metadata.xml
Normal file
8
dev-python/pyhomematic/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pylint-2.2.2.tar.gz 568313 BLAKE2B a6a3a48a96820bf9412dbd5f3e643d95fe7c9ead9752920d9979debaf5da53a3b5076c39975dd37420c86b71fd2ed2f513c42663fbaf1e6103a0958271773c58 SHA512 29a9bf39413479cb2996b1a2e0d3aaa1845faf3038b17c30948554c359fe8cc858e9bfc0488ed0af204daea22e0ab36d765c447eae66ac7ac6d60d66d9a33fef
|
||||
EBUILD pylint-2.2.2.ebuild 2452 BLAKE2B dca6596cd592961eebfcca36445bc4d20b9bd84465a5b859173c937da3c26c2304715d992b20da34e504f96c35410621f7ddcf611dd9da2bd10e14f02346f18f SHA512 bdc1fde62500de419acac17bb1a4d6851aaa25207e55930c3d59e9ac3ac4119a92a61ad82c5ec66bb9b78d96815b665ff543df63385c070f50858b1422195684
|
||||
EBUILD pylint-2.2.2.ebuild 2443 BLAKE2B 643e8097fd83af2fe9133022b2ea73a74a834e62777add53ca51329efd28c10613e5033b5956b7f0e707e9a6369be5e79370436f6c7f4898d26c634c4e953461 SHA512 d24830668baa8a8260db1ed87e74bfcc78d3119fa5099872ef5c58eca40c88efe11a443a9ff80a8a7d1d72780c5f392ce8fa3262c055564075bbb41a700ce2c8
|
||||
MISC metadata.xml 1074 BLAKE2B 712009f2963542b06e481ae89b331e9ddeec4d2d340ba076f73f12e328906527daeb814a03df11e0c9f12ce5b19c6639f8686294d2673cfd2fcac96c94aef6df SHA512 83ad47c0dfcd143d058267fb1c5d250b9316124a91f431356a881937b4a527a0e23575cf353da8aa678645e6ec4a455b9114ac6ecfa0b36d88ac0623ca66ce57
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
@ -1,2 +1,3 @@
|
||||
DIST pymailgunner-1.4.tar.gz 6947 BLAKE2B 49d64ca64c47ac68545091bfabe6433b3210043c22665b7e2f6c738ca54aab9d75016ac056c1737654de116b9eba7525c144955a4b5be79e68760b7c78042435 SHA512 05da88d7fe61679c48915890cc2aaa5c5f396eacaf6fdb3d7f72261e38f92e0b1eb5dacf7e29356f7267d6ed9110aeb3b9207f9cf9e0abba21d662096979ff0d
|
||||
EBUILD pymailgunner-1.4.ebuild 781 BLAKE2B 240431ff0ebd7d10ad07a5d0e887b5cf6a025df511ab9338bfbec9850115cc50b749561ee6d17d66f6b53df9c392e29adb7c65de301aaf8d87d938fadf904cbf SHA512 f22166e0ab517c096b5c3ebef8d3b8bcad739c7cee4733df3654b21dfdafcadb17fdcadddb96c6906906572bae77eb1680fec2198bc155a8564d04ec8c42face
|
||||
EBUILD pymailgunner-1.4.ebuild 774 BLAKE2B 6a031bdcb8a0479d1a0f13631a6794634bb3397b34dc085e3e36e8971982316e1044f4888a1778d09850fa6ac47c6b980df7bc8d4494be15b7e6db0367ee2594 SHA512 dd1beb6dd09605e1d6f7fb352a90ef9bb1698540b98bf16eee15789085a2666667979db0e83ccecba3c3de22870f4a3419fb2d06b63abaf151f180a187e55d0e
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
8
dev-python/pymailgunner/metadata.xml
Normal file
8
dev-python/pymailgunner/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pymusiccast-0.1.6.tar.gz 7832 BLAKE2B b4bc9ea06f4cb0f1a4c90ffef2fbe75f93349e2b0f0cfc4412e3dae361409c08f9123ab9fc4e31a721beccbe9d75e5bd3464ae08c4e546abb3349cb7755854cc SHA512 0e0160628de78148d8db9fe5078f8bafb167945e845db619a1518be1bdf29feec5e11863d532ad1800202e2d7c27f23a67feb6ccaa304fc4e226108dad0ef09e
|
||||
EBUILD pymusiccast-0.1.6.ebuild 652 BLAKE2B c3653efd0c38594d32e2376f86934ffb64c4487a0874981c1662230d2e0ba9290f280f815d9d53b0395cc1d587733a693c8b2f29a96e2c0b74039551d0e884a4 SHA512 347d160524651cf6b8d7dcfd13d71bb646b5872d6ffc2cd74c7fc7c8d865649a072f2e12819e8bcdc2630bbf65a490d79776fedc285f2f8f2ceefbf5f2f3f624
|
||||
EBUILD pymusiccast-0.1.6.ebuild 650 BLAKE2B 84ea35c88fe8836d398300f8d55a5986a5735462720edca9710a31b4122c085e88ead33dd90f965a7e576606fbb016cab9712388a1f9463cc72061111e750e2d SHA512 361c4c6fa40373562c52fa0e77095bbd76f2518003dde3864139a94ea6a9879439598ac559b3c40f7f7b95a589fafb8a8b5ff3601574f920b65e7c486e1b7c00
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pynuki-1.3.2.tar.gz 2661 BLAKE2B 231500b64d33619baa194ea540d92e4b30585b60812167fece2b3e2918c4a600295ea5f12f8606216b5cd6bd2b5e6e685762420a0eedcf63ee1c6fb4113fa098 SHA512 bd11c40a061dc706c33e355a81362382c6efb747a4656d2d7be5f9bc1158edddc03b9df84cfd0c2702ed24dda072f46e43fe83e6636714682668f7face85331f
|
||||
EBUILD pynuki-1.3.2.ebuild 673 BLAKE2B 0448bd0876d3c67999232c0981e6152fa07685658746d9afeea3eb913b634456b9196a0703f821a040bd122a766e7f1800a75d2160a638bec7771556adf697b0 SHA512 8f2d26c303b12920e28b4bcc03e1547d0b5118d82b3413ebe3817e3e24fae9abff92981ce5679ed8445b3b9e351238940cb055bcdac3cc7eaf116d537bdd4910
|
||||
EBUILD pynuki-1.3.2.ebuild 663 BLAKE2B d20bdf0e9f7a2b1690aa3039f55ecf7b58691d36a2b8c5fa57c1993a442e7e54fedc5fe4fb8dd87c8c553beda10238a4078dddb4edd3f205ee1ad12a090175ee SHA512 7b763ec22c806eafd3ca86234be6281fbaf6fae018c73df5d266195a64165a5271aa851f2a39f5af5308bb95a72f4b4de668680a89fac30ce9636a991ab37636
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pysonos-0.0.5.tar.gz 658643 BLAKE2B 8874ec92e203d702bf9ba5bacf2174bd4d0745a1b0066eceed24c0488098d4ff975b2cfceadd0598e0e77b59aa4666b61bf647fde62e28f70105d3dbd7edff11 SHA512 fd2ffd7eeb8e5085c80b91b82d7d6023675204da75299343ee3ca99a5c8b93996a3854559bae269383b450068dd6857d186903c4276cc29a2e4503f6421b08d0
|
||||
EBUILD pysonos-0.0.5.ebuild 854 BLAKE2B 47bf4b5e4fca5271890430868580d49a810a59141dddd0c18927add06c0609a9ca53bc53950bc9f58d1591a14bffbd941d86e9c745016737cf2ed4e5f87829e3 SHA512 384c28eeea204bd3f316532af4f9ded44f9136172f56920975ca34880e9f9918d9f26d4cc8f684c0e341367c014a7640e415eaffa7302f8b97a4750ec879080a
|
||||
EBUILD pysonos-0.0.5.ebuild 831 BLAKE2B 3baaed979ef2c13ef7e59d2d2a0dfcfad6b207952e77c7fd9b401a80ebefc9b81e5ad982f198c6e1b2e5ff5785915b44a61da43bbefc94f87bb218a03709f31b SHA512 55bc2e9cd39e9b5d728810c6f1a6b9e34f2ca99ecac1b7fdf695d9ae46783cb144233c08585912aa4af0f52cc9b7ff9c00cc06c7523e3f7f6bd7c6036e0b8b39
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pytest-cov-2.6.1.tar.gz 35307 BLAKE2B 11974ff70ed5609d7db3c4c35f5b528b0ec36b48cfaf06974a090127706e0964841347592ac3f1e086f46800857ee10c05404045b6a4b467ffa278c2ee1e1957 SHA512 2dfd16e013d8bfbe5d14990f419291b651dd11560328a7e59b5449016d51b17f84d4ee3866fda866c3530389d206b1c4c67c84b23f097281c3963ffd19ea8caa
|
||||
EBUILD pytest-cov-2.6.1.ebuild 684 BLAKE2B aee2751d7346da558296d54912053f54ceec9334fe3eefe99d9d4d13a4b79f713db3a1fd7a8b4028e25e4b56b3f1580b17174c2c9ef8c8fbcac136a123d5a90d SHA512 c7df9772b828961ed2845d88741346030b826fa03632ea054d3240246c4d6184d560a5a50a07d00fca73075a9c278c85059b5b430733554d3734c51ef3a70620
|
||||
EBUILD pytest-cov-2.6.1.ebuild 677 BLAKE2B 94707fcc2ba6de639377ca0abb33b071c9843e5f3d404d943c66a6c0f6c68fa51a33a40c80f7ac724a84fc4f886d526c84353a16661caba2aa99d1bfd807bc74 SHA512 5941c0968b6297d4e812333a72ec54627bd002844c578a3ec3e28e42c719d8a586b23d6b458415907e366e8318677442cb080144b7bfd41cb8d6eb80325cd83d
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -4,5 +4,5 @@ DIST pytest-4.1.0.tar.gz 902235 BLAKE2B 6289d13f6d81130fe4a1ea25dbe93c76206cd61c
|
||||
DIST pytest-4.1.1.tar.gz 903912 BLAKE2B 6466f8620ddf509ad17c9fddd8d9afd8cd53b67673bf12c603a563daa30decd6ca067ec829bece49505650536c02854493ed27d5dd350f2bd5cbd4c71c85721a SHA512 e93b742b61fdba7518d833bdc312282347853abb1fe76920f14e791ede2af57513b521b967303483dfc2e308ec83c9c9e1f8d81489ee5610808e3b33b42b8452
|
||||
EBUILD pytest-4.0.2.ebuild 2190 BLAKE2B 11afe662abfeccadfb9ed37678095c6e41939af9800cc07c736b256c062c71479469e35675d1c3ffb31f4b274159a7f769d22ea72f9fbbc44c3f5bd27dfb1849 SHA512 e8acb146b426f456540f6d0c33b552f19544677542e980af5a9647cc837466e8ec295c233da1cdb447e441ccef4e077cf048cd567418b4bd0cbf428956d0c81b
|
||||
EBUILD pytest-4.1.0.ebuild 2190 BLAKE2B 11afe662abfeccadfb9ed37678095c6e41939af9800cc07c736b256c062c71479469e35675d1c3ffb31f4b274159a7f769d22ea72f9fbbc44c3f5bd27dfb1849 SHA512 e8acb146b426f456540f6d0c33b552f19544677542e980af5a9647cc837466e8ec295c233da1cdb447e441ccef4e077cf048cd567418b4bd0cbf428956d0c81b
|
||||
EBUILD pytest-4.1.1.ebuild 2190 BLAKE2B 11afe662abfeccadfb9ed37678095c6e41939af9800cc07c736b256c062c71479469e35675d1c3ffb31f4b274159a7f769d22ea72f9fbbc44c3f5bd27dfb1849 SHA512 e8acb146b426f456540f6d0c33b552f19544677542e980af5a9647cc837466e8ec295c233da1cdb447e441ccef4e077cf048cd567418b4bd0cbf428956d0c81b
|
||||
EBUILD pytest-4.1.1.ebuild 2175 BLAKE2B fe4d8d0df653d10e762c05607a09e2c9a5a2d327377e9cc25bee39e934427286f7598c61796d392c9a2824da2ac9faffe04f404aa3260152ef8c8141816ed685 SHA512 59e06ace5b93cceccaa74454f773e3d8b15cd0cb014e8bdea8d95e1d3fdeeefce104acf8b00f624c7da1cdf349fff7622d6b3f1b2ec8608413bafabdc8f0db6d
|
||||
MISC metadata.xml 309 BLAKE2B f29391c5f96f44f6329d3665346a5d46ecb4a86d103ae8008769af86126756e76bfa89cfe462e9c219e5f70b64013f662d020c7a2f6015d8cadd0eb25a7614eb SHA512 ba53c13ac716488e3e5dadf5dcfcb697dc9bb13f89e9d0fb98b9a5a6e36cafeeb64d1348008f42497117bf46fb6f3bc288c10a68c4d5ab53c9c02a3ae61b594f
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST python-jose-cryptodome-1.3.2.tar.gz 13375 BLAKE2B f94a0de9091f4a9a62ae5fb8478e3753bce24a481a51297678a551f2d97bed7c065166a78cd0e7ea221d989ba6c3b9f99e8f8826dce96edb10c3e9adb647a79c SHA512 f7ca2e297d1c39bcf5c771bd140287698f2680f6c710059e73ad74712db21429665e59cb17e767b8e45b62cf9c2ffdca560936d52756b3122064c7ce3f3b9aee
|
||||
EBUILD python-jose-cryptodome-1.3.2.ebuild 874 BLAKE2B b702785cb5c9f7a3e3c8dd9987775a3aa20df3625a09ca69b54ee07bce143de2988e0144100a9d42c64a8a92843b462272523c464bb7b58e196492453c91ff22 SHA512 4afa03f54c2eb19797d6459e57a260653e9f07d14480bd78c19fc614b89b76450d4758f29bed2f4c45ff71be0f0b3061f8a14631f9c37de2d2b3371a5b20ae6b
|
||||
EBUILD python-jose-cryptodome-1.3.2.ebuild 857 BLAKE2B c75d4310e684f6022c6dcd1c1443ce4f52253683c5803f706853b28211eca5c7a138e8172a63c5b295052a9863b37562d50eb77c95c64754b69e1e32558d540f SHA512 29a7392f5c7b58880512d3f76950c0248854d8a8d8d13e28298172b137f55be2518958fad5646e9a49ac11cd595c9b0136d7bfb9f1461e0e8e2c7043ac969531
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
DIST python-slugify-1.2.6.tar.gz 6777 BLAKE2B 573454b93317a9c3c3b7a3bfd20c56bc85085bf0e6972628eb0933ec6537e40c17804fdbea2f93b7820db5d8a5ec3f0b64dcecdc873498c97f66414cbbe40a03 SHA512 632fdd2162ebbec0bc6ae0cf0df4a7316ecb4974603370084ea55b4f0af9e04aff8c96888e562fd8db31e645c999a3a178ee2ae534f55ea3fa364080ded82f66
|
||||
EBUILD python-slugify-1.2.6.ebuild 745 BLAKE2B bea8e81b9f16059bcc9aa225e5a27380963ee6cdcccb1120e7e1cff474f4a2701a03d2262c8972b16a5d07a0ac43c7e12be52fc52a1482d7bda8e1959f347cc1 SHA512 98467b4e943b4c02883ee54ea0e6839ee22e3989dd438bcfa3dec7c7c27ffdf88539ab56571d83658953a83632f6683f151d86e1246df4322ea74bbf7da1f744
|
||||
EBUILD python-slugify-1.2.6.ebuild 738 BLAKE2B 67e703ebfebc411b8d2c46a26c706b8675fb3a5e026671888ddcd6bee48df2fe4ff9d30152f6ff443602c0523bccfabd6b8e4da94efcb03037bf68e914dce917 SHA512 df5ee5830c9ca65b472111ccd496097a48031945d1be423e44ea9db40f5104fb1958d658d0d724a2676c039a5d887164b284d392189f55d932d88f2dbb2dda18
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
8
dev-python/python-slugify/metadata.xml
Normal file
8
dev-python/python-slugify/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pytradfri-6.0.1.tar.gz 140959 BLAKE2B e3803eff468307eebbe6a9b5ada32ca364de92e13ec39249d6c49af546ae1504d6307c3f83ba081e8221306e1ed463c37a71206021438c530450876d62a7b842 SHA512 1eac80f9043fbd7a182f577de731373252bc31161bcb5e31a897fb00c0613c00ecf254ca6b8b672bf02d759a345be6544bff6702f297400e52210fe4ed767438
|
||||
EBUILD pytradfri-6.0.1.ebuild 632 BLAKE2B a5183ae22561d298db427a67d6157ee12973ad9ac03157de40bd27475712ecc20f53f519b389bbb1a97e284188bbafa59b5ef1fd2297049be2dcff50ffe68eee SHA512 e7acc6a9aadd98e42a633e63d8be0fb80b881e058d4f6a774dd3a2e494adebaf85e06260fb1de634c13384661db83a57d275e126feb9bb8f98699a109bb2303a
|
||||
EBUILD pytradfri-6.0.1.ebuild 634 BLAKE2B 78798b7f3fa14997900d7088cc38aee735ee08e242d32c26e5a56589f1efa2b4a6ac7828210f84f43eb98620221df7af500cd71c37532209a522c23cfcab6bb0 SHA512 80780bc79aa617dfe55a57de934da39905a3c660fbdd78752f484964db5e8609dfe51242746b833d79cd2946b1052309171af5b3f40e46e58da0c1fa6ed3e8bd
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=(python3_{5,6})
|
||||
PYTHON_COMPAT=(python3_{5,6,7})
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
|
@ -4,5 +4,5 @@ AUX pytz-2009h-zoneinfo-noinstall.patch 957 BLAKE2B aec135326ab00e0287fc1c57ca74
|
||||
AUX pytz-2009j-zoneinfo.patch 651 BLAKE2B 9e0f5d4f037691ee02809ae46887d6f4f5a390e95f670d604a6525b9b68ba4b1743ed34a8c0c05b70f436e2023bc0c9326a6a9fa46ac3ce87eb9438adcdb60b2 SHA512 228d3c59e3e0b5b0b3b80f5b0b6e947815d11191fd5523d17420dde6cea488bc544c05b552619934c4ca72c30ebefd042114abfea6c72f03710e96a776f39038
|
||||
AUX pytz-2018.4-zoneinfo-noinstall.patch 579 BLAKE2B 1d21d01160dbdf6c6848c2c0088cbc6ca326270b106098ce7157b363acf6f4da750a58498be95a8b5bf1ee342b679fdbbf16cf9d542d5f46088062db83f866f7 SHA512 309c2427f5a8ebb77bdf899ad3fb34029c46901cbaf2baf3ab697b83608dd1d3c6e7cf776b1b9b592918b91cbafd148ee3e4c0b4255f38ea3e41c0bca94f4c51
|
||||
DIST pytz-2018.7.tar.gz 300745 BLAKE2B 56bfadbaac2eef1d007a321041c74af3bd6166c434a87a70a7ab1aa7ebe29f93b1a5081fa20b13f5a665259e7f5ee964a8ce0237e39cfee09ffccb8c5c5b5c49 SHA512 49cd9ed0b4b0959bab59c91ac1ced36b28ab0fa097002ab1d45daa0e7f962c43de2e0b9228344d9b1f8aa4dc2f3b02d51f41a3ed7e6af8c51fc2eec7aace5b48
|
||||
EBUILD pytz-2018.7.ebuild 1029 BLAKE2B 911f0c75682d7cb40f04f7a15c5b9ba94a2920199f1562814f90be7d87bc6118bc8df39391cc2405cba4f465339316f633860c891f908f25168e91b9b98d790a SHA512 578f3e0c207e31b483f4435ad7d065a0e905181c5f2cac8e5c8b88b0a25b182b884eefb37876010526ecc6139d7016cb70baada84095c2bc3402ae51cffe1d37
|
||||
EBUILD pytz-2018.7.ebuild 1012 BLAKE2B 626585f23e89bae0643cbcfae700c39c8cfb57d516e9a1fc8ed6a033b558f870cadd4c57c87843aa992beceecfc81fec0d8c316cd918b4cf6e2d57e85feee56d SHA512 d1ba8bc5c6cd0f8a0be694a4f82b372cb12098bf9dcb19001c5997e57e99c13479398801ecd84cf1f563ddb1d0816e2827c9583c4449f641a1e2f477c860e3f2
|
||||
MISC metadata.xml 739 BLAKE2B d96611c8cdfc1d45fa86eabcbcc60ed1d3f7e7d2a358a2fc5cf54a64ac3427140299651263e0be1cc4d2f87750df81c4adac9512be75ab334d38f44a375238ea SHA512 b7c9e6ea1b5bd128f1c5ce0a77171d0b7cdbb6f8ffb186d92aa4167d2d84c60c28c647cae66ffc7532350bca13ab65aaab5eb441f68321fc786a14b90f8813e8
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pyunifi-2.16.tar.gz 10039 BLAKE2B 8a98fe8e3bb43011aeae767dd9fc2abb7512d9711d49b673df1f65e9f52c726eced122cf28fed0fa1b563b2445e2fa361f1ff00747c648014d0c63556c1a2a52 SHA512 2acdd467be42e50144d3b5fa1e067010068d8514bb601419bc6582eca3cb71aa3711507f130200598e38489fba16cee708eaf19f49988ba2c1dc63f4a9502f0c
|
||||
EBUILD pyunifi-2.16.ebuild 678 BLAKE2B 8b29d7490012cd39dfd244d48de76245972fb6dc6d9d31795d18c2558d2da5330ae4643a28cc618f0f769900b63d40dc6032b2e6a90c0824e41fe8770b79625b SHA512 d0355757f8247ae7fcd84f61159fc9c7b26564695d240e190bd7df30017b786c1fc30bc52fa08859f2a38bc731723bd326eeac38bc2382df70828db50a92c657
|
||||
EBUILD pyunifi-2.16.ebuild 674 BLAKE2B 1e5a9e478db0db7da3ff8c444c6ff2cd6c57d73b5ff8b078f0744132fda0daf4382c5bdf9d372644f5dc825fbc9c57c8947c9bb7ef6f3164afc3e94a1a0cbddb SHA512 c521350f3db2df1fea38b13813292a640f05abbf73e894f7b454ad64c4bbf9eeffd39cee4003e2a7db86627631bc9c9e3abf92eb140aac182da591ffeee65d1a
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pywemo-0.4.38.tar.gz 38974 BLAKE2B 4a7a1d9915585b2eecb92634eaa5ef87b7fd345058147493de0098f1524c250a50fc052f70c0aea153141d3374d22ab5a1d869569fcdf6de02392609925d5a4c SHA512 2ad36b256dee071703928a20191b9ab6e031ea5b9c17616db00dca61ba5e8619814c8673292f40e5a2f5eb4a85150784becd2492761096fe171dc393d9e6b162
|
||||
EBUILD pywemo-0.4.38.ebuild 697 BLAKE2B 865a99aec09bb67d8c71ca30fa97971d1182e3245edd5202ef68b6051ed9f625e15929fb701368848f465017426b0d88c141525ea08f0cb36f0312eea19ae974 SHA512 8408ab3e3fb6c690f63308afed91e368132b82611fed5235d1117bea41c1749eb3f35194aac8435b9325c35bd9c683e2f0d29de268a520ab853f926350350303
|
||||
EBUILD pywemo-0.4.38.ebuild 687 BLAKE2B e9db33176278f46e4ca5c0680678001295ef84e33ad3e59245fe9ae053dede8ad0ef492910d49a0176edd2939c7adc7dd6b8de117ed57df6ebe1a13a3a6a1dec SHA512 56fd93dfcec9862810d0e185e2868ec0873ae8fef19b54c7ec44aec524d24084a16966d171280e53ef7fbc1cd4eb45a725921e88ed701383e10f5a3bdcef3b9f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -3,5 +3,5 @@ DIST requests-2.20.1.tar.gz 111475 BLAKE2B 3d57831915d7f27cbd0891799eb8eca3a1c28
|
||||
DIST requests-2.21.0.tar.gz 111528 BLAKE2B 7b40f9f572a8efde41c177fb5d1e1eaf29ca60cad0661fa28ac0085f3700348380d619f68c0082f24044d1af82b16d6b1e7d5dd2c2a2329f85fcee7141b1fbf6 SHA512 385e1d80993a21c09e7c4682500ca8c24155962ba41ecd8e73612722b2ff6618b736e827fc48ad1683b0d2bc7a420cfe680f5107860aca52656ef777f1d60104
|
||||
EBUILD requests-2.20.0.ebuild 1426 BLAKE2B 24ce52d2cb0a623d17d45d963ff517115be73bea3fe153c905c66bd085f4cce75b70e8c6d48fe1e5cb8b2af1d6a8ffec3da6191cc7d78c07ba9f6c682a187856 SHA512 1efaf9b4f118a7fe0b4996d2e44f548e070716ab1543a83b4c768e67ef0a100926653e0189c8cdb1bdaed4c9cf7111c51c5b22eafe4183e955cc81a5b54c8a87
|
||||
EBUILD requests-2.20.1.ebuild 1426 BLAKE2B 77cf4ed13f1781c83de38010b52aeb3d273f8c7edfee80659903faa3674849a1f6c464ff9c6e53b2df7a495c8aa08ab566d0773a564b670d6cab2e4e39d08777 SHA512 7ec4abc5115bf85eeb2f93f6f417c7ed58215dd5e711810064e2809ef45bd693e73a9d0934bb25916794eec5fda68358be824852dc76b16811ac65beacf77fb6
|
||||
EBUILD requests-2.21.0.ebuild 1426 BLAKE2B 77cf4ed13f1781c83de38010b52aeb3d273f8c7edfee80659903faa3674849a1f6c464ff9c6e53b2df7a495c8aa08ab566d0773a564b670d6cab2e4e39d08777 SHA512 7ec4abc5115bf85eeb2f93f6f417c7ed58215dd5e711810064e2809ef45bd693e73a9d0934bb25916794eec5fda68358be824852dc76b16811ac65beacf77fb6
|
||||
EBUILD requests-2.21.0.ebuild 1411 BLAKE2B a1d089602414a066502906682ff92bf2b891e64b1654dd5d41992409bfb29fa63ddf89e6715e9a4e427308b46fe0fbf731afd7617107f1a335010b5b39e40c9c SHA512 6a7298b90e3a80561b850d83c81e4d01de45c92b75d48aead3b6913e32cdb1456a78819b01330232fdf05e5a272965bcff5609fe5fb4fabe84bcbffa2429c4d3
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST requirements-parser-0.2.0.tar.gz 6269 BLAKE2B 5011b5fec5ff3cb1aa7c70da31b55cca67f85652cf77ae48d95ad6794242a515f2be510b79176a2cc17d2fb27a099dd7380e355e2578e300d763e1b7912b5252 SHA512 3275df037428c2e5884f75b0921835608e4c56705d4d7230ce6f7599e3752adfbc55f8deb4c3e11ab73680f5ad8de9f12e1e9827c494023ff1944a134c90a652
|
||||
EBUILD requirements-parser-0.2.0.ebuild 693 BLAKE2B 3a89638dedfc8086837c280a52e69ff18b26ee046cec2ccd22e302ae62f8fde2e4e46b8a7ee0dd1c4a906c74997b27b009c3b961a24b9090d134e89a820b5795 SHA512 285c7b6b3e47ddf799b617ee1e3c25ffea96781531ed9ac93dd20c2d76678bfd00865938b00b562d221249781663838aedba5d490165d5660bded33b3aee7fd7
|
||||
EBUILD requirements-parser-0.2.0.ebuild 686 BLAKE2B 4225a1014319f3d10a9394e6906101ddb93d44e1713dd38ccb3c4e4421cf24785c6741dc021ef30a05f738a31b3d70afe33d17f507617ebab9783ca9cd1d883b SHA512 2759ef1f2a6b4bf80549b2e02f12db01a4fdf373bf353cd86db36f6f45ae865ff50b9fe6be02170b663557c878e93a94d078bd52038159a7f4148440de184cea
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AUX rsa-3.2.3-CVE-2016-1494.patch 3843 BLAKE2B 94721282f4079aa0a77813dd8ad1c0aefd0924272d4e2b3e8a6ad745375bafb6b6fe5e50af621232df632a1f2261be097fde92b5ad3f57b74ff7976c22daa9bc SHA512 9150b25bc1a9dacc8eee0fb93d46b9d024c868d540097b9166be9a7879fe116d8fd47cacaaf5614b86cd44e7cd10602a0ad290eb2ef116539683101d4057a231
|
||||
DIST rsa-4.0.tar.gz 37385 BLAKE2B 2621ee732f15ea12283b723efb5e88847d3e030e8115bb4a3e986099fc94adc3409202d54b4350b0888deefd8dc801d8d3e57fef9e85f386ead53e4412da6d05 SHA512 e11106741cc4275246c986d39b3f028b5a4df6fbffdd08a78072ac3d3a9a7ade7a39789c504a2705f54d858a9bdbf03981251f32f9c45baba71e4a986e14b24e
|
||||
EBUILD rsa-4.0.ebuild 734 BLAKE2B c5a3e8a16df0e3436b23f5e618a9e78c857bc5858fdf0ef4f94b281db019e08e38ba2baad6a80bd595a425d9fd40db0f66b12ff9230f8698a03a3aee1e60987d SHA512 02480e21887fa3b4aac5c10b13eace48d11440fcb668c7cfd9d816ecb3d0a4303c11ac4ed92afbbe8b8c7bf30adcd08d56e2d2c07ee95196788ed896989a88ea
|
||||
EBUILD rsa-4.0.ebuild 725 BLAKE2B ccc372fab54b217deb515ac792504748cd7a252c607fa8f97dc17cedcb81d796435be63c383b9f84cf2d88de8cb1f3a061c57ddca7aaccc83add6dfd43370b25 SHA512 fe78f70506b8d75e02d9f4e9c162976af334d907c70a70db69c161e96ea8005d3342737cd346e66febe8565676361a3a168155cc5d8b3c45269e6885cda0cdb6
|
||||
MISC metadata.xml 316 BLAKE2B fd1e4f7bdee45f5ab99e67cc3918634b9ac5ecfad75167aad5f2ee33cea308f99d8d03aab5b5e0c01e8c1bf41ca8a45f67146c5126f84af4b6d914f58af0ea38 SHA512 4d8c48ae8e4360727f5c4b83e426f42a597a175dfa2a965c9f966e5824a83291c78d3e8e636d21b4f28d73f7e912abc7db1b09078baaa0e3a1b25713abd3d0a1
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -7,5 +7,5 @@ EBUILD ruamel-yaml-0.15.72.ebuild 1087 BLAKE2B ed1774afede238c76bd96efcd169e12b1
|
||||
EBUILD ruamel-yaml-0.15.78.ebuild 1087 BLAKE2B ed1774afede238c76bd96efcd169e12b11c2731b2bdae6bb61d3e87bfe5281df317921b5f5fb030fba6252b13b71a75f01dfc159d375dfe225401c0859bc6e96 SHA512 3efc47db0da6f76a0d54a901e84d796d6c841d7c809857936ce690dbf18b8caf8946050bc3a3b69c6277357938f86ecafcee84942588acac3f06a310c96c3ea6
|
||||
EBUILD ruamel-yaml-0.15.80.ebuild 1087 BLAKE2B ed1774afede238c76bd96efcd169e12b11c2731b2bdae6bb61d3e87bfe5281df317921b5f5fb030fba6252b13b71a75f01dfc159d375dfe225401c0859bc6e96 SHA512 3efc47db0da6f76a0d54a901e84d796d6c841d7c809857936ce690dbf18b8caf8946050bc3a3b69c6277357938f86ecafcee84942588acac3f06a310c96c3ea6
|
||||
EBUILD ruamel-yaml-0.15.81.ebuild 1085 BLAKE2B 7982e7c48f31e69b5b0d54d9b9146cd7f6be2ed91a8f8c02b771370ca7148bf1c029ed26e8547d427c92b587de09615ebf22a32c6178b5e137b7083825f81e78 SHA512 be3426d59ff9725a4cb0ba3aa9f2b03ae62b30a36b6f539f8822ef73c150344437c430b48ccf59cf15cca076260e1e10202e18a1a188058f8d6e60477fed861f
|
||||
EBUILD ruamel-yaml-0.15.85.ebuild 1085 BLAKE2B 7982e7c48f31e69b5b0d54d9b9146cd7f6be2ed91a8f8c02b771370ca7148bf1c029ed26e8547d427c92b587de09615ebf22a32c6178b5e137b7083825f81e78 SHA512 be3426d59ff9725a4cb0ba3aa9f2b03ae62b30a36b6f539f8822ef73c150344437c430b48ccf59cf15cca076260e1e10202e18a1a188058f8d6e60477fed861f
|
||||
EBUILD ruamel-yaml-0.15.85.ebuild 1087 BLAKE2B fe35232884bdba17a279e989221f600bbc2d8d7a957a739dc92da4c954277a3dad0c7fb79a9a30c6a6e864aaa60dba275ca8433e897d612fb383049a253a6917 SHA512 4d0d1fb236dd3b9ff9df73665a3866e4b3602fc64db6fd123d5c75f9565e5fde61001cabfbf6c1ab552aab1785cd5ac3f146100da01cda1696ffeeae06b60222
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1 vcs-snapshot
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST samsungctl-0.7.1.tar.gz 8933 BLAKE2B 2db2a3015e79307545a3fb08b934f1a5ea487ba49a4e8e3e9f248b66d41bd835b6420db1cc7cf3ea09dd1e99aa8c1aec47531fd38dcc19dd8ba0b59b35d3d31e SHA512 211e24e079eb1f8738a21ee6b48507a14c026ae0e6262a8da38e81b1ec398fcc8a2dff9cf37264e42e869c3341d6ad7b215fcb8cf7ff4f7902bba2871474c3da
|
||||
EBUILD samsungctl-0.7.1.ebuild 627 BLAKE2B fdf75dc2637f8fb0898085e4e34572416a90fab1fc244582ae29bc43add7981e1b73a414931b76cc0b7580930efed9cf44b623b7f491e5cdf2cf6f2447232fe3 SHA512 dd272284ffba48db385fd4f66fe8b0c92f663bc8b85091247ee4ac3769c18110bec903f6d3773f3a0286d5553425221b70d84dee5309b5c8bfb685dbe50ba001
|
||||
EBUILD samsungctl-0.7.1.ebuild 625 BLAKE2B 5e6e9cb9be209950fbf4ce5c53d3d3e90d30b8a6140fc8e45e111d7daf106d4e0eed487c8ab97f40adc504f958094a22177ff008421d701b87a20324db291558 SHA512 bc6d83fe9ace228895da3dcaa725a1630353cb5b0ef34330d7c50421399d2a120ae929ab3909137408079210485458434ebf465f7ba6f2b87c646faf3e129413
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST twilio-6.19.1.tar.gz 482956 BLAKE2B 361b8a03253ad6e4ff0399264ecef16b8f7d975ea40c4e4867a3a13d15fbf6a4f3c9f445b6795b72c8825e122ef4cbd7c068a4bd3157b42a3d71b0051995cf6f SHA512 2460ddba0af11da10f9efbb985aa9a0d05fe12053145b29d4b7ba2b330f7b95629acb10b73b1e4e736853955dcd21f82c44ffb08e75cfad35818518c777c3c38
|
||||
EBUILD twilio-6.19.1.ebuild 769 BLAKE2B 4ce6d7e593f197b3677ba13d15493eee4667f359465aa534da154af2b05d65735233f7d287eb7b29fdaa892ae81ec439cc61f7b04c931d9d5783788021b84326 SHA512 9c21e40390f4243e6be0ad51a0ef71712cae98690e41f59250630173eb82958ce9f424b0ec5b380fe1cbecf821305e6a9cd5f1c73dc1284f6e29462d30f1f286
|
||||
EBUILD twilio-6.19.1.ebuild 761 BLAKE2B 10fb2484d92630126a02f71a4e8ec587ad8d3992e0d17d5c1ecb4bf4433baca6b741c7e8317636a5aac9bd30f8e4747b4065660adbee6ca349f06c50c2d8f93b SHA512 91e85e2a4da3743bed1834bd179c08986ed7ffbaaeff3d4879698b1c4260d86748eecd5ee2789df52d569ec3e8c1fa674dc79702cee6c7fd0e753957999991e1
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1 vcs-snapshot
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
DIST typing_extensions-3.6.6.tar.gz 32610 BLAKE2B f03cc6ed7e075cc07b77b5ae518424ae58074ef732b08b8d2ef7a2ff5a1362ee467635545cba2b2a72acd22fcfbbdedef0736b8a2f8ca7304bf0f9bab2e21867 SHA512 732c19e0a768d50fc939cdf5dc46919aebaee2b51cf37cf794663778476b0a9a09a130bd4cbee542483147cd189e65420c11d09fb9b565aa4ca1dd0f8a22c2a3
|
||||
EBUILD typing-extensions-3.6.6.ebuild 950 BLAKE2B 6d82821e813630e34c5b4b3d9ee52d2be7b4bc7e94fced9f0927417ff38e0316af37cf187c336a4b9c4a7c80933265c6dcf937c5526f965ab32857a64549b065 SHA512 ee6fd334281acd0c5b3270b52b2bbc8402750d76b3f1375a08864173a62a51cf4e20ecb85497e84dd8f0663ef5e1c839974fb3bcd22ac2f50006e605e527438b
|
||||
EBUILD typing-extensions-3.6.6.ebuild 940 BLAKE2B 73fc44efb5d72baedc11ffb2d838d792971b6a5fc33a7f45054f5e2d4bbf1e0c6a98ec349563ee8a3a6f68e133084ec33fc7acaf7bbc0f2e579eb8550861033f SHA512 60254b5591b15d38935445a3edae62e8f16b915aba922fad35f0e401f25597b4e9277a31e3577d6464c11f792c0ead56134383d9f6de1d2b756d5f608f2fd03f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
8
dev-python/typing-extensions/metadata.xml
Normal file
8
dev-python/typing-extensions/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=7
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST typing-3.5.3.0.tar.gz 60350 BLAKE2B 56b59ce3e38f0d17aed88b3e47c89383798c5d7f781c65d8f7a960ae11c16c30837254b1b1f198116ea9bc748b93faf672844661b0c811b07961c3e814811228 SHA512 e1930de61cbb0b49ebeec49b87ce3a60752ed062ebf44ff2c5becf2e19a22726d08607ce6723b5b4e633190d8a9686176d44f7672c44bd246acb8e367c5d3c37
|
||||
DIST typing-3.6.4.tar.gz 71347 BLAKE2B dd49919595698347ce4b1004abd075409296acf11e10dd6ae0697d2bf94dc9d1cebedb2afe454be95eddb80fd0a60aebe14ddadc8df8de86545dd2ea05986c57 SHA512 f595e0fc395ba13a129ae45681faca7b199fd5c23e8f1573f49e2a6f162b7f2aef680306e76cbf50b978de9f047c674323219981e89c476474295bb8c02211ce
|
||||
EBUILD typing-3.5.3.0.ebuild 623 BLAKE2B ed970ba343288db7a3b4f6725faf4b861bb482c784076582c1331e943e0690f5614a7e1c6a1f2cdab21224b8fcbea0a1caba68c0ae2bcd6a621323d972c26f5c SHA512 e9c5385d56a05de044e7593345b97697dd529b443364a22f533f1c98190b5636078d65f8e0c012c69a8e22e78930478c46280660ed2619d1a2802a18b1b178f3
|
||||
EBUILD typing-3.6.4-r1.ebuild 773 BLAKE2B 59a96e066beff32d6a427fdf9cc9046dd3aea2699ea12d88c5ed496475a6871faf29b5bb12c4574fc3a8fb7a60db74dde5335ec2cd438b450cc9510bf9f22e6b SHA512 b56a98ced96eb1756072d8909bba6e4858659726a9b8fbd0863cf787aa6ac66a0e7158d77ad6129f830945387bd43947487a1e21727da1d4b63d73d2da97ae3e
|
||||
EBUILD typing-3.6.4-r1.ebuild 770 BLAKE2B 2a8944a66f0cd81283dc1d36eae3022ffe117d1818ac80f0bd72ef250bb9e1cf57920f97b6382c75b47fa70cb6486deeefc3f4cc2fc814953bcd97dd94d3c60c SHA512 a2306ef1bc1b36c823131dd1c2b47b72e0ccb44b3d3bb884bc165c673f2dd1fb090c61243f612f59eab3816c06b75e5b06264b784dc5a2cbfd5529b4ff451873
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_6} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST tzlocal-1.4.tar.gz 15279 BLAKE2B 2d1814c2a4fd2ed5b4b345c94e1cad05c850ab02764fc76e33940aa5f2c4c593c376e9252ca9524a0fc5732b201c222e7d4c1374c2842de6686e277dd537468f SHA512 e846f00cb0571da0c891ca8576d614ebfed622431201c713ef38a80fc990fa19298873bad74e5020648ec4b8307ce8362412e0e05d260121e9d70691814a321b
|
||||
EBUILD tzlocal-1.4.ebuild 575 BLAKE2B 736e515d5c640638f1dabaf7eedca7c2695ed4251b2e0b8008e2009064c0b477b654686c6045041c05f0e34456dd70c02a661ced6393f30a0c1c1f1a94bf675b SHA512 ef19fb06419aacb21af45de7314cd6253e1f0a20477afbe6bd4b14edd7e5729746f0b137ff2c79e214fa025c4e53b555f61cdba032389e286285f557c1bce585
|
||||
EBUILD tzlocal-1.4.ebuild 573 BLAKE2B f498a29e56c094a32194af2e5ad9ae5f970dba69b522b34d9be17b60ac66099bbb83a4c959260548e2837063e4d652aa73b3f6495c35016f9b20a8e74834b96f SHA512 c1759bbef8505e48cf00ef41b183652bb7606832f3bedc07055d166d8a1560cf9eb91d13d6f6553d44e973bff838b0e4c1730b3bb936e3e7a79dd20947c3c4f2
|
||||
MISC metadata.xml 377 BLAKE2B c85be3067a235a5d7546bcf7c3eb05857986a371bca6743e222e9016ab6d6d5a212f3f65d7e9db523ef9ddb8091b62c1cfbd2d5c5d6d8560fcf881aaa3ffad80 SHA512 3ada56c5037a2a59fb53408483f03bc3ae72c9d7f676dd046125b035b34d4195e653662b67529453d63556dedda4471a9c77daaa1137af1245e49174fef1fd87
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST ua-parser-0.8.0.tar.gz 35024 BLAKE2B 61248efca1642e7f52ce8753456c44a7c1d84f6bc556308bc824da5f7422a97328e107ed3ca637bd23998cee5a2f407ab1f07a351857338baf8d5f8e4f884454 SHA512 3c9fb70a6cbae13aedc9e3bb0ed2442d9d4f1f6bb211c1a71a45c8f2afe38c90d824dbd827a6d9cf4badb298d3e7d5992d2139fdd4b0349abd1fe400bb9b183f
|
||||
EBUILD ua-parser-0.8.0.ebuild 698 BLAKE2B f2a2e2d3ba20ee7dd6a5c96c22d22b36551a55e965c15373658d1fc542c15c71179a6c6d60c5fd24e4cc1b461be9407355bae7bafbc03ef92a49ae929823aa00 SHA512 85cc33123f7e088831ac921f2b87ae4aa98724176b75f0d5b5dd46f9160f4db030e2022fa43e89ae29b0c76dc6c3d22e3e4f232228fa9678923fb2c33e5904fe
|
||||
EBUILD ua-parser-0.8.0.ebuild 691 BLAKE2B 803b956d10725a0eba4ff3b42a8fc16dbb5284e63336a7a4ed6b7b9e6696fc3a8d4e2ceff00c018d95d705ba43f03ce2533bfd330b09805c7ee63ebfa30e1d05 SHA512 8561f92eb80d8751b4cf2f48e5f70988e8af2612b0cfd14224c8e1883225239bd56743b92dbb706c6406b5da157478819fd812e14f4a3b7fab8e2b9afbcf66a8
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
AUX urllib3-1.23-tornado5.patch 2878 BLAKE2B 7d64d012de5f0d83043ca5c6262d4e395faa888b582cc2c094c82c90aad3bb7e3e7bf835c002bcc72339974d06b5b211d22571a0470b44e453024626e47ee507 SHA512 c4c1facce9e90a8c8b845e4ca9b5c1b4bd1400fa9b2841172bd8a721ed96fac36cdead6014bf33ec841237f7cd4cb0994283f1a62840e22f829f9f0234d1cfde
|
||||
DIST urllib3-1.24.1.tar.gz 229688 BLAKE2B ee72e61d417ef266af43b5c4d3eb0b154eac41a392b0a7e9d19523fdb00786b60f8067a8e876c1b7813b127431b1625b1480d9812d623a6d3c540a8ecf646242 SHA512 4c12d08076b0f260727d5aac780f5e9a24e0164755ff05b02a1f5a697876741ff13ba278fdd6e46ef678e8e1146bc39de1fc49ee10ee839229a70540a9424a99
|
||||
DIST urllib3-1.24.tar.gz 229200 BLAKE2B 7a1943ce14b9fd88b7b8a86a1ecbd9fd1baa2f7a5eedc64c7989062eef192467e722db480f9667c9390b289a1f3f999c7a6e554f7d013e958d9e60753532e74b SHA512 557e3fa616f064e4447faf9cbbcc9ca14c29077e70871d8bfa7d7271acc3ae012bf4c0dae76ddc8760195c31da90b204168dbf5c99bcf5a1b72158d460a3bcdf
|
||||
EBUILD urllib3-1.24.1.ebuild 1779 BLAKE2B 5dff6de83e055f2adc07c5e291387abc817ac40aa68fade2a8095973fbb8fe82cc9065dfbbabc8c296e6601d486ae0c1cf93388872e2f9f54373b0ba585fb3a6 SHA512 d9ecb43626d9cb0a82f2726013bdc63ec6e30ffcb42aa1ce8ec45dae1671dc6bfed76fc254aa0a44cf426c42c8e880376cee79722e1c25fe45e22ff25d29a044
|
||||
EBUILD urllib3-1.24.1.ebuild 1764 BLAKE2B 8869ff5349ade67dd8e00125cf171a8fb65091895e94c69fb4f55e7afd547584f0df6f1cc56cbabd997be1aafc75c89a633f0722634a45e185086e004de4c9c8 SHA512 3028b73edc2b30e382c37c5f7558732fcf0b8a211bfb559cd1c6b94c489a8f438a40a674231670f1f0183871ce49b6274b99b3a4352cdcd7abf256d7f26d0750
|
||||
EBUILD urllib3-1.24.ebuild 1779 BLAKE2B 5dff6de83e055f2adc07c5e291387abc817ac40aa68fade2a8095973fbb8fe82cc9065dfbbabc8c296e6601d486ae0c1cf93388872e2f9f54373b0ba585fb3a6 SHA512 d9ecb43626d9cb0a82f2726013bdc63ec6e30ffcb42aa1ce8ec45dae1671dc6bfed76fc254aa0a44cf426c42c8e880376cee79722e1c25fe45e22ff25d29a044
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
PYTHON_REQ_USE="ssl(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST user-agents-1.1.0.tar.gz 11217 BLAKE2B 1f57302568a75c3dbf7504e097a48095ce1b4e5b43f71f2933908de5b44ee821e3ccb8d34132952ac8b1abe17a83cbfd95c9f0d3c9830dc939601689ae51e39b SHA512 4968c80d21e3f10225b74b00617d012381767657d654c2a085c72dab35756b2e3ac25e42376dd57e5dd4888ea05ecf9787164366fae736d762cc5c02d8fb5aed
|
||||
EBUILD user-agents-1.1.0.ebuild 701 BLAKE2B cfdb37c73ea47d8df81bc47bfb830a325833bda16a049e1f9f106141e00650b5b310e714b857477ff62c9597a5dbc009d9ca08d09913ce8acfd65ad35be5d927 SHA512 8d97a191a273938c43bba31e1b10aabf54fb57334e286c96de1fd48a46a51179347dfa11b46e74c88cf996adab1a179e3c599cda674003fdac7a17174091df8b
|
||||
EBUILD user-agents-1.1.0.ebuild 697 BLAKE2B d616fe9f48315e83016d8628fef5621bdf5aae35062dd8f06623df0a52b1473704ebf0b0393adc46986dda8a12e3c256c1027ac93588e83f6a503a159398677e SHA512 9d5a518d49643ac99306db3a7b0672c54956bea9b460a00f9f864612b0d210fa6f1ca55d86a47d49ddb1aa27269a49459fea8f2c6b9eb8a6c17dbc8a7af8065f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST vobject-0.9.6.1.tar.gz 216565 BLAKE2B 3097c3291337299f12d015a75509b0d3f14a1cd452f90e4445c3804d2ac8db0ea5858a3674eb688f66aaa5c048b155675fe36513a78b16714aa7bff2a0fd86b2 SHA512 499f22a1a9e60398a89d3d6fa472a0b4c9dd00b98440a4ce873da824f83cef1b0a5eb9e5051267931707a3eef00a1d3fb83ff63ffe857b403c4ac3a131f18dff
|
||||
EBUILD vobject-0.9.6.1.ebuild 796 BLAKE2B da8e3869a1eba301c8dd954cd9d3d259c30107926aaf926fd9405f0f5135e923e886e91b5325a69434c9a31d7b42fc2cda7279d1cf01e836095b6d07e16b59b4 SHA512 4389a6e0f8d01da0f5ff2d48615ef57278d07241eeb436eb24e99b50d10670d205ff950d2d289fcfadd3081c653e53ee24ce4e2a71b974ea1129edd666e838e6
|
||||
EBUILD vobject-0.9.6.1.ebuild 788 BLAKE2B 58ee017029a6ae420f90e11c7a5d549fcc9720ccde24115186f043869f43b3d42cd3f607224578939f6e1cca64111e5f7338da68f10c13edc8b8bf3b3548fe8c SHA512 c76d4b712ff22d380ffca0f2fb2317b23509f5f493206565c6202da6ea7fe5d15e2c1e8c0b6717a0040e6afe9e597d2782f8fcf11aef99ea0a84f86789efb144
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST voluptuous-serialize-2.0.0.tar.gz 2029 BLAKE2B 173e3e5d37c6ed302432b901e39f880a9a57b72b8fc6112fec0a824eba954e43df8efca6a485bf53865df3fa4d9d7bce9dc107a50095e2c215bdffce5880c944 SHA512 e901d3189b0579c3a0f07f6ff9fa9fdc230ebb01a68964b39692b0d0f972acddb49543427af5c10c0ed0d18ae33183bf0621ea1fe6e973b19fa211fe3606c18b
|
||||
EBUILD voluptuous-serialize-2.0.0.ebuild 633 BLAKE2B 9c5716715f12c60146312c6e0da38ff2b4a2d5bc3730e74bc749427ff5dab2d7c3b2aaffd5488cd0bd9bef27bc08696c938ff655bfafb49e62fc13e1d882c6b6 SHA512 12d2a29451ca5fcadb65b1af17e1d4d341286fdcdf4896f4b92e30cd1f668ffa38cabbc389b826e81b0da528a5b5a635c95b256ee7e865bf362fb0cfeb1349f2
|
||||
EBUILD voluptuous-serialize-2.0.0.ebuild 632 BLAKE2B e2eaa389efffe05e9c3a7b4eb303087fd3c5cdf10178be9c42a0d618b31bb3b457337f55a52327045718b2af01313cc0bd1b0577c4f85f02c7be966c687d08f8 SHA512 e0e7a83d90e408a2ebfc445a8432fec976ce783b976e6804eb41316fae7037b2b515ca04fcbacd591f05f6dc9ade3a516937b9d6758e8c525ee2599503d821d8
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST voluptuous-0.11.5.tar.gz 44216 BLAKE2B 921e0f35bd5348f412f0bf20939b3364b0014d3b1d1a7248cd73f2514eef0fb4e5b4b742876dc4606b5619529f1aa96e3577508ed0bf8d1e98b4d8bb88e2b8a2 SHA512 8893434e8e73ebf3682da1970d1d720444de452937ac9123fab53413c88a21d04ad3eb490902d829aa60be6804ff68b8bcf57a1c45807751c3d50be63e9b2551
|
||||
EBUILD voluptuous-0.11.5.ebuild 611 BLAKE2B 4e378a67492c7d8e54bb1e50ef03bee0a6fbffa37582c602865f36cfd7d6888b9d098d1e0dd03902d2a74cf07e7fc3bd5f1b431927d9442f9d36ebf944d98337 SHA512 6711a4c3ab8382ee20885954dd35838779dbeff8da86ef9f5233045cbf0247c7eef1cab768c6cc33016cdfca756586ba8e5a615862ff9d1b5593740d576b1074
|
||||
EBUILD voluptuous-0.11.5.ebuild 610 BLAKE2B de08dc52544a1f779c1e28cc24b4f31d36a6da30d7ebbdcdc47255a5cf332398d6566f809e6eec96859e433927e4d20734001330809db35924134beb87d7af8f SHA512 468db91d0ab4aeca31de56bd5a190e26be80775d24776021d321dacb177fe916112a432282b4fec77e397e7f95371d462db8c94050ccb06af6dab690a0208e07
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -3,5 +3,5 @@ DIST wakeonlan-1.1.5.tar.gz 6345 BLAKE2B b7936ef0b100fdf642266ac4980bdaf9acfb811
|
||||
DIST wakeonlan-1.1.6.tar.gz 6337 BLAKE2B 0f80616b50568c3f08205645389f1a7c7eca77bdc7bf4f2303816f4452df687a4290af94d72921924946514d6ab992ba66410bd8caa442b21da61c004c469031 SHA512 250365cffc134a9c4767ea9eacd7b9d3a6381f109ab92d39ce8a47b2d5424ff33c71e26ffa79293a43a60f6841c23ddc79bc51d04b77806c47df7cf39431b34c
|
||||
EBUILD wakeonlan-1.0.0.ebuild 856 BLAKE2B 19b458c7a7c1eeaccd766a536d4fd5d6c04c4139900c3b2c48f4ae79380456c3ac41411b5e08aab2f6f30b43cda77d842596439267d56aec63a284ed3b1f80fd SHA512 782b927f400ab761e194f15154516a80467a94995e371bf77c20fc9dbb1ca70347689f5bce7d1e85c54efe1648acd64dcb157a6c31917268f54a5481f9683e3b
|
||||
EBUILD wakeonlan-1.1.5.ebuild 856 BLAKE2B 19b458c7a7c1eeaccd766a536d4fd5d6c04c4139900c3b2c48f4ae79380456c3ac41411b5e08aab2f6f30b43cda77d842596439267d56aec63a284ed3b1f80fd SHA512 782b927f400ab761e194f15154516a80467a94995e371bf77c20fc9dbb1ca70347689f5bce7d1e85c54efe1648acd64dcb157a6c31917268f54a5481f9683e3b
|
||||
EBUILD wakeonlan-1.1.6.ebuild 856 BLAKE2B 19b458c7a7c1eeaccd766a536d4fd5d6c04c4139900c3b2c48f4ae79380456c3ac41411b5e08aab2f6f30b43cda77d842596439267d56aec63a284ed3b1f80fd SHA512 782b927f400ab761e194f15154516a80467a94995e371bf77c20fc9dbb1ca70347689f5bce7d1e85c54efe1648acd64dcb157a6c31917268f54a5481f9683e3b
|
||||
EBUILD wakeonlan-1.1.6.ebuild 838 BLAKE2B 74ff654dae417405fadcdd908415e243c6df81030d6b228d7f33a3825f09eaf017ca248b7745dfe640534ac8ce4687e5e4f76918bb73ed35e4c686abe08bd111 SHA512 f1cc1abfec429dca3e8efe65ebae8e688bbdfe81a46cc545cb8399485567da7036173cbb09b7038700e5d6998bf3e46850be7dd831622686917f5dbd58f3f301
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AUX warrant-0.6.1-requirements.patch 811 BLAKE2B 149198acdcdbacf4dbd46ca87b5e48dc773d7534ba22d60cc1f433ceec52cb84cdd992df0708682fe1176b1e0e9f7b69e62919738aa2f3470c5203ec3e9c2fa9 SHA512 5bffd54f2d6803707f2a91da998519375e24722182d85ce838d7550f6cbfcdf0817730da4bb594f525cf76cd91785781763b039cee28062f5d44fdfd18e10001
|
||||
DIST warrant-0.6.1.tar.gz 11526 BLAKE2B b9432852cb94df3c3ba34e2b1981a86c4d0acb6ffd8599ab4e27ad0185ed999a75d59085cf1f2cd627e4ddc98fe487f835849b820c7925f4d0c2fe8877b3c132 SHA512 9eeb5b6c0ee08f69c51d59069161c486b6bcd3a211b780497421b841c079aa2ebef4658975183d58f9da3481229f2cb0ce202a180b7cf26bfaf9f41995fcc6bb
|
||||
EBUILD warrant-0.6.1.ebuild 1122 BLAKE2B 0a1bee4ac9e760e34f0b23530514f255f4ea1b6307b2afdf9542cb4f7c453edd4afcca0222e787452c5a4529f722e9de3194d1c812a6c5b5205b2d16a1b5715d SHA512 4bba2352203ceb3c484728ba93934d316e8521ce159304ae0d51b00834799445d9c0e8fc90b90513f9f46b9c0a76cb2e8dda8112b49a7f29c802265e71422e72
|
||||
EBUILD warrant-0.6.1.ebuild 1102 BLAKE2B 8791dc0d27ad20daf19eb071946b3f934891ec7befddeee70b809ddf6decc0ab10fa2fe43da8ccece461faaa3dfd5256d8bb87b02d491eef11e91c46f12df078 SHA512 3379c5f17fb67c216d1701e7bf8390f1eb747637cfaa1aa72ec0f7ccb939609406f4ab50f197895794ddcfb62339aa59b4de6264dc61c38ee2a03ce53a6fb796
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,7 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors Ebuild created b@edevau.net 31.12.2018
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# Ebuild created b@edevau.net 31.12.2018
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
@ -33,9 +31,7 @@ DEPEND="${REDEPEND}
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-requirements.patch
|
||||
)
|
||||
PATCHES=( "${FILESDIR}"/${P}-requirements.patch )
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST zeroconf-0.21.3.tar.gz 32381 BLAKE2B 1cfc9bc1c41339b065397466ecf89b81c0cc08da9f11e9cae37a27544f035fe515838bba2c43344721f019e4ee72e0e5d582ef5967a6aa8db2b93e069cdae9ad SHA512 e7634d470bf382834f3c03f65797b64a8ccf8bebbf711f47186f7a57077b017bbb811d22d43d69ca016166bc547fb450ac889a73fd118c3ed23208a3007c8f63
|
||||
EBUILD zeroconf-0.21.3.ebuild 1011 BLAKE2B c0911cefa3a4618e6ad0d2189b6fbd8e2ca64c035b8c7f666e618a3308d32b6632a2d5b1612187fd78ef43b8b9bec4a36ce414171f8e7c2bcce80019610dd30f SHA512 e8495c14cb17ee922862b6cbdfc44f36f522f9f3055eff18caf1716209efc3905bada458edaa25975aa220fe0b6e35d23520b4a0bbb29e5e2d8bf54008e29cb9
|
||||
EBUILD zeroconf-0.21.3.ebuild 1000 BLAKE2B ff30bbd72e690779552c3376bc50c32d79cf71bf6c8c90d063d71cf0ceb9f96d96b971606310b1bb22a65d48df2e26256ac44fd3b6738177bebb0e83dd10dbc2 SHA512 9d01c16e0d95e19cd02f506411dadab7e3d781ec9ac3b363dea97eb4666095c92d682e8bcde60fb216f7a40c22c6003f8819113459105153cefbc08439804dca
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST mutagen-1.41.1.tar.gz 918398 BLAKE2B e164cdca199bd1d18703604ca67722a3bb35ef6d53d8b8be1adbb0baf103ef7e45d4871929085242778726326a927771c589836a021dbd0dfdb83c0d5836f656 SHA512 d40fd74480eedc514d7b7b1d701c0403490cffc8ed3b8aa114ffe91a40c41de0daa0c54d9ad1a89ec211fab59ec271a3b1775c9efcc5661a5e1607e1ecadbea6
|
||||
DIST mutagen-1.42.0.tar.gz 925894 BLAKE2B fe85f2c47a19276078183f426450ca50ccabab64eec39dfb1535054ee6571b01375210b164dc6c824f74631eb8393c8d5d48b7a7a29443349f30fdb627a74b6f SHA512 26c307023d1ff29c0377cdee1317732a8aba70433a3679127a3d9c8cc5df9e81d143700e7e74a42975485b0510d8bd09dc2b5ec9a737442a6e676f1f0b14c80a
|
||||
EBUILD mutagen-1.41.1.ebuild 1094 BLAKE2B d6ac575f10e54882617b4e850a1b0df02a223cdda5e62dacf0d643431ddec9ce8d95f64b6a0a9f7c2355f5dfe0bae0b4f045df6b848e842d7f426af9423e29c3 SHA512 b9050bd5c8689b4f35f4df91e8b782b2020b3904148265ce61ce85308fe86c310b5cc2da96b4ff8985fa7c528f2503645101a4fa408c661e144a29c05cea06e2
|
||||
EBUILD mutagen-1.42.0.ebuild 1094 BLAKE2B d6ac575f10e54882617b4e850a1b0df02a223cdda5e62dacf0d643431ddec9ce8d95f64b6a0a9f7c2355f5dfe0bae0b4f045df6b848e842d7f426af9423e29c3 SHA512 b9050bd5c8689b4f35f4df91e8b782b2020b3904148265ce61ce85308fe86c310b5cc2da96b4ff8985fa7c528f2503645101a4fa408c661e144a29c05cea06e2
|
||||
EBUILD mutagen-1.42.0.ebuild 1092 BLAKE2B dc951f09c20472b646d54d13d173a78a5e4f23f1bab09aab9f312fcf7d744689c46972c951ee57eb8c1f67c735a5af2c8dbe13129a3df259c2712ec8a7036eca SHA512 e7d5ab6e622b1afc8d43ba4f4207cc3cb35f2d2aaf97ec1ee7fe7897dccb387684348e3e1092d319b704115a22f564f2b7304468eca50794053af5469fb45ad8
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/nose[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=The Home Assistant frontend
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/home-assistant/home-assistant-polymer https://pypi.org/project/home-assistant-frontend/
|
||||
IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache License 2.0
|
||||
RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/h/home-assistant-frontend/home-assistant-frontend-20190109.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=853e38c70b81902df2e73fce4d048dca
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/nose[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=The Home Assistant frontend
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/home-assistant/home-assistant-polymer https://pypi.org/project/home-assistant-frontend/
|
||||
IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache License 2.0
|
||||
RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/h/home-assistant-frontend/home-assistant-frontend-20190109.1.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=853e38c70b81902df2e73fce4d048dca
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/nose[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=The Home Assistant frontend
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/home-assistant/home-assistant-polymer https://pypi.org/project/home-assistant-frontend/
|
||||
IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache License 2.0
|
||||
RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/h/home-assistant-frontend/home-assistant-frontend-20190113.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=853e38c70b81902df2e73fce4d048dca
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/nose[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=The Home Assistant frontend
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/home-assistant/home-assistant-polymer https://pypi.org/project/home-assistant-frontend/
|
||||
IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache License 2.0
|
||||
RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/h/home-assistant-frontend/home-assistant-frontend-20190115.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=853e38c70b81902df2e73fce4d048dca
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/nose[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=The Home Assistant frontend
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/home-assistant/home-assistant-polymer https://pypi.org/project/home-assistant-frontend/
|
||||
IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache License 2.0
|
||||
RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/h/home-assistant-frontend/home-assistant-frontend-20190116.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=47aa10f9bd889a0616a14e42452b4844
|
16
metadata/md5-cache/app-misc/homeassistant-0.84.6
Normal file
16
metadata/md5-cache/app-misc/homeassistant-0.84.6
Normal file
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/app-misc/homeassistant-0.85.0
Normal file
16
metadata/md5-cache/app-misc/homeassistant-0.85.0
Normal file
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/app-misc/homeassistant-0.85.0_beta1
Normal file
16
metadata/md5-cache/app-misc/homeassistant-0.85.0_beta1
Normal file
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/app-misc/homeassistant-0.85.1
Normal file
15
metadata/md5-cache/app-misc/homeassistant-0.85.1
Normal file
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/app-misc/homeassistant-0.86.0_beta0
Normal file
15
metadata/md5-cache/app-misc/homeassistant-0.86.0_beta0
Normal file
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/dev-embedded/esphomeyaml-1.10.0
Normal file
14
metadata/md5-cache/dev-embedded/esphomeyaml-1.10.0
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/tzlocal-1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/voluptuous-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-embedded/platformio-3.5.3 >=dev-python/pyyaml-3.12[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paho-mqtt-1.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/colorlog-3.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=www-servers/tornado-5.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-embedded/esptool-2.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/typing-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protobuf-python-3.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytest[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
|
||||
DESCRIPTION=Make creating custom firmwares for ESP32/ESP8266 super easy.
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/OttoWinter/esphomeyaml https://pypi.org/project/esphomeyaml/
|
||||
IUSE=test python_targets_python2_7
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/e/esphomeyaml/esphomeyaml-1.10.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=38d82c8ea8e02e6c416d4c0f42107214
|
15
metadata/md5-cache/dev-embedded/platformio-3.6.1-r1
Normal file
15
metadata/md5-cache/dev-embedded/platformio-3.6.1-r1
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)]
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)]
|
||||
DESCRIPTION=An open source ecosystem for IoT development
|
||||
EAPI=7
|
||||
HOMEPAGE=https://platformio.org/
|
||||
IUSE=python_targets_python2_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] <dev-python/arrow-1[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] <dev-python/bottle-0.13[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=dev-python/click-5[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] <dev-python/click-6[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] dev-python/colorama[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] <dev-python/lockfile-0.13[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=dev-python/lockfile-0.9.1[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=dev-python/pyserial-3[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] <dev-python/pyserial-4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=dev-python/requests-2.4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] <dev-python/requests-3[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=dev-python/semantic_version-2.5.0[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)]
|
||||
REQUIRED_USE=python_targets_python2_7
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/p/platformio/platformio-3.6.1.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=e787608f870809124769edb364efab86
|
14
metadata/md5-cache/dev-python/RestrictedPython-3.6.0
Normal file
14
metadata/md5-cache/dev-python/RestrictedPython-3.6.0
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( dev-python/nose[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code.
|
||||
EAPI=5
|
||||
HOMEPAGE=https://pypi.python.org/pypi/RestrictedPython https://pypi.org/project/RestrictedPython/
|
||||
IUSE=test python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=ZPL 2.1
|
||||
RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/R/RestrictedPython/RestrictedPython-3.6.0.zip
|
||||
_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 71a5ee567fb298e553ce8d1319279151 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=5733fecc2e3ad43a15e132e334dfca05
|
15
metadata/md5-cache/dev-python/aiocoap-0.4_alpha3
Normal file
15
metadata/md5-cache/dev-python/aiocoap-0.4_alpha3
Normal file
@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=The Python CoAP library
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/chrysn/aiocoap
|
||||
IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/chrysn/aiocoap/archive/0.4a1.tar.gz -> aiocoap-0.4_alpha3.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=c48cc1e712dc2f0138b537448a8960ca
|
12
metadata/md5-cache/dev-python/aioesphomeapi-1.3.0
Normal file
12
metadata/md5-cache/dev-python/aioesphomeapi-1.3.0
Normal file
@ -0,0 +1,12 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
EAPI=6
|
||||
HOMEPAGE=https://esphomelib.com/esphomeyaml/ https://pypi.org/project/aioesphomeapi/
|
||||
IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/aioesphomeapi/aioesphomeapi-1.3.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=1f3f9ed8598d052bd27d317cdc3fc98d
|
14
metadata/md5-cache/dev-python/aioftp-0.10.1
Normal file
14
metadata/md5-cache/dev-python/aioftp-0.10.1
Normal file
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/dev-python/aioftp-0.12.0
Normal file
14
metadata/md5-cache/dev-python/aioftp-0.12.0
Normal file
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/dev-python/aiohttp-3.3.2
Normal file
14
metadata/md5-cache/dev-python/aiohttp-3.3.2
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/cython[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( >=dev-python/alabaster-0.6.2[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinxcontrib-newsfeed[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinx[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( >=dev-python/async_timeout-3.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/attrs-17.3.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/chardet[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/multidict-4.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/yarl-1.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/idna-ssl[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pytest-3.4.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-mock[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-timeout[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] www-servers/gunicorn[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=http client/server for asyncio
|
||||
EAPI=6
|
||||
HOMEPAGE=https://pypi.org/project/aiohttp/
|
||||
IUSE=doc test python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/async_timeout-3.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/attrs-17.3.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/chardet[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/multidict-4.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/yarl-1.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/idna-ssl[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/aiohttp/aiohttp-3.3.2.tar.gz -> aiohttp-3.3.2.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=1ba5391e2ddc5bc47e064cd289f535ba
|
14
metadata/md5-cache/dev-python/aiohttp-3.4.0
Normal file
14
metadata/md5-cache/dev-python/aiohttp-3.4.0
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/cython[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( >=dev-python/alabaster-0.6.2[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinxcontrib-blockdiag[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinxcontrib-newsfeed[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinx[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinx-aiohttp-theme[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( >=dev-python/async_timeout-3.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/attrs-17.3.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/chardet[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/multidict-4.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/yarl-1.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/idna-ssl[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/async_generator[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pytest-3.4.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-mock[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-timeout[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] www-servers/gunicorn[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=http client/server for asyncio
|
||||
EAPI=6
|
||||
HOMEPAGE=https://pypi.org/project/aiohttp/
|
||||
IUSE=doc test python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/async_timeout-3.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/attrs-17.3.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/chardet[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/multidict-4.0.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/yarl-1.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/idna-ssl[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/aiohttp/aiohttp-3.4.0.tar.gz -> aiohttp-3.4.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=a3e5d6b611f728f0248496571870f55e
|
14
metadata/md5-cache/dev-python/aiohttp-3.4.4
Normal file
14
metadata/md5-cache/dev-python/aiohttp-3.4.4
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cython[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( >=dev-python/alabaster-0.6.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-blockdiag[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-newsfeed[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx-aiohttp-theme[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( >=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/async_generator[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pytest-3.4.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-mock[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-timeout[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] www-servers/gunicorn[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=http client/server for asyncio
|
||||
EAPI=6
|
||||
HOMEPAGE=https://pypi.org/project/aiohttp/
|
||||
IUSE=doc test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/aiohttp/aiohttp-3.4.4.tar.gz -> aiohttp-3.4.4.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=8c4ad60ae2e6dc276e0065a6789a5457
|
14
metadata/md5-cache/dev-python/aiohttp-3.5.1
Normal file
14
metadata/md5-cache/dev-python/aiohttp-3.5.1
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cython[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( >=dev-python/alabaster-0.6.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-blockdiag[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-newsfeed[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx-aiohttp-theme[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( >=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/typing-extensions-3.6.5[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/async_generator[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pytest-3.4.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-mock[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-timeout[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] www-servers/gunicorn[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=http client/server for asyncio
|
||||
EAPI=6
|
||||
HOMEPAGE=https://pypi.org/project/aiohttp/
|
||||
IUSE=doc test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/typing-extensions-3.6.5[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/aiohttp/aiohttp-3.5.1.tar.gz -> aiohttp-3.5.1.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=5eb0076b6f20003e850b3728152f28b2
|
14
metadata/md5-cache/dev-python/aiohttp-3.5.3
Normal file
14
metadata/md5-cache/dev-python/aiohttp-3.5.3
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cython[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( >=dev-python/alabaster-0.6.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-blockdiag[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-newsfeed[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx-aiohttp-theme[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( >=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/typing-extensions-3.6.5[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/async_generator[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pytest-3.4.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-mock[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-timeout[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] www-servers/gunicorn[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=http client/server for asyncio
|
||||
EAPI=6
|
||||
HOMEPAGE=https://pypi.org/project/aiohttp/
|
||||
IUSE=doc test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/typing-extensions-3.6.5[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/aiohttp/aiohttp-3.5.3.tar.gz -> aiohttp-3.5.3.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=5eb0076b6f20003e850b3728152f28b2
|
14
metadata/md5-cache/dev-python/aiohttp-3.5.4
Normal file
14
metadata/md5-cache/dev-python/aiohttp-3.5.4
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cython[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( >=dev-python/alabaster-0.6.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-blockdiag[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-newsfeed[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx-aiohttp-theme[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( >=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/typing-extensions-3.6.5[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/async_generator[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pytest-3.4.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-mock[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-timeout[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] www-servers/gunicorn[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=http client/server for asyncio
|
||||
EAPI=6
|
||||
HOMEPAGE=https://pypi.org/project/aiohttp/
|
||||
IUSE=doc test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/async_timeout-3.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/attrs-17.3.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/chardet[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/multidict-4.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/typing-extensions-3.6.5[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/yarl-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/idna-ssl[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/aiohttp/aiohttp-3.5.4.tar.gz -> aiohttp-3.5.4.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=5eb0076b6f20003e850b3728152f28b2
|
14
metadata/md5-cache/dev-python/aiohttp-cors-0.7.0
Normal file
14
metadata/md5-cache/dev-python/aiohttp-cors-0.7.0
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/aiohttp-1.1.1[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/pylint[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-cov[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-pylint[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-runner[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/selenium[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=Implements CORS support for aiohttp asyncio-powered asynchronous HTTP server
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/aio-libs/aiohttp-cors
|
||||
IUSE=test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/aiohttp-1.1.1[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/aio-libs/aiohttp-cors/archive/v0.7.0.tar.gz -> aiohttp-cors-0.7.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=3ed6752bfafb0a5940c9cb615eb6761f
|
15
metadata/md5-cache/dev-python/astral-1.6.1
Normal file
15
metadata/md5-cache/dev-python/astral-1.6.1
Normal file
@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=Calculations for the position of the sun and moon.
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/sffjunkie/astral
|
||||
IUSE=python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/astral/astral-1.6.1.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=1d8f6ee62247763db3896e58630ffa51
|
15
metadata/md5-cache/dev-python/astral-1.7.1
Normal file
15
metadata/md5-cache/dev-python/astral-1.7.1
Normal file
@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=Calculations for the position of the sun and moon.
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/sffjunkie/astral
|
||||
IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/astral/astral-1.7.1.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=2cc4e79b9e1136a9625c6515200a0c75
|
14
metadata/md5-cache/dev-python/async_timeout-3.0.1
Normal file
14
metadata/md5-cache/dev-python/async_timeout-3.0.1
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools_scm[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/pytest-aiohttp[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=Timeout context manager for asyncio programs
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/aio-libs/async-timeout
|
||||
IUSE=test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/async_timeout/async-timeout-3.0.1.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=74594db3820e70dd04fc19ea430e910b
|
14
metadata/md5-cache/dev-python/attrs-18.2.0
Normal file
14
metadata/md5-cache/dev-python/attrs-18.2.0
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/zope-interface[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( python_targets_pypy? ( >=virtual/pypy-5:0=[sqlite] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[sqlite] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) python_targets_python3_4? ( dev-lang/python:3.4[sqlite] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite] ) python_targets_python3_7? ( dev-lang/python:3.7[sqlite] ) >=dev-python/hypothesis-3.6.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=Attributes without boilerplate
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/hynek/attrs https://attrs.readthedocs.org/ https://pypi.org/project/attrs/
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/zope-interface[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/attrs/attrs-18.2.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=83513a50768e80253ccf1f38f40491a1
|
15
metadata/md5-cache/dev-python/beautifulsoup-4.6.0
Normal file
15
metadata/md5-cache/dev-python/beautifulsoup-4.6.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=doc? ( dev-python/sphinx[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree
|
||||
EAPI=7
|
||||
HOMEPAGE=https://www.crummy.com/software/BeautifulSoup/bs4/
|
||||
IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy? ( dev-python/html5lib[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/html5lib[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_7? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=4
|
||||
SRC_URI=mirror://pypi/b/beautifulsoup4/beautifulsoup4-4.6.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=d9e799b828c4aa78633e3fd7545a4266
|
15
metadata/md5-cache/dev-python/beautifulsoup-4.6.3
Normal file
15
metadata/md5-cache/dev-python/beautifulsoup-4.6.3
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=doc? ( dev-python/sphinx[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree
|
||||
EAPI=7
|
||||
HOMEPAGE=https://www.crummy.com/software/BeautifulSoup/bs4/
|
||||
IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy? ( dev-python/html5lib[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/html5lib[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_4? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_7? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=4
|
||||
SRC_URI=mirror://pypi/b/beautifulsoup4/beautifulsoup4-4.6.3.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=da18c7a11b7d23278c144725d0aad80e
|
15
metadata/md5-cache/dev-python/beautifulsoup-4.7.1
Normal file
15
metadata/md5-cache/dev-python/beautifulsoup-4.7.1
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=doc? ( dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( dev-python/nose[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree
|
||||
EAPI=7
|
||||
HOMEPAGE=https://www.crummy.com/software/BeautifulSoup/bs4/
|
||||
IUSE=doc test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_6? ( dev-python/lxml[python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_7? ( dev-python/lxml[python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=4
|
||||
SRC_URI=mirror://pypi/b/beautifulsoup4/beautifulsoup4-4.7.1.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=836dc4b590f7c232b758c2c52cbc1bbb
|
14
metadata/md5-cache/dev-python/boto3-1.9.16
Normal file
14
metadata/md5-cache/dev-python/boto3-1.9.16
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( dev-python/guzzle_sphinx_theme[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( >=dev-python/botocore-1.12.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/s3transfer[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=The AWS SDK for Python
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/boto/boto3
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/botocore-1.12.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/s3transfer[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/boto/boto3/archive/1.9.16.tar.gz -> boto3-1.9.16.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-snapshot b77011b62e2053c646ad720defe6d921 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=9fde4d39ec1070c1ea141692aaaa71a5
|
14
metadata/md5-cache/dev-python/boto3-1.9.35
Normal file
14
metadata/md5-cache/dev-python/boto3-1.9.35
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( dev-python/guzzle_sphinx_theme[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( >=dev-python/botocore-1.12.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/s3transfer[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=The AWS SDK for Python
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/boto/boto3
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/botocore-1.12.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/s3transfer[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/boto/boto3/archive/1.9.35.tar.gz -> boto3-1.9.35.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-snapshot b77011b62e2053c646ad720defe6d921 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=9fde4d39ec1070c1ea141692aaaa71a5
|
14
metadata/md5-cache/dev-python/boto3-1.9.57
Normal file
14
metadata/md5-cache/dev-python/boto3-1.9.57
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( dev-python/guzzle_sphinx_theme[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( >=dev-python/botocore-1.12.4[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jmespath[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/s3transfer[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mock[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/nose[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=The AWS SDK for Python
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/boto/boto3
|
||||
IUSE=doc test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/botocore-1.12.4[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jmespath[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/s3transfer[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/boto/boto3/archive/1.9.57.tar.gz -> boto3-1.9.57.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-snapshot b77011b62e2053c646ad720defe6d921 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=9e9f7b6612d464b08100d6d72849abd0
|
15
metadata/md5-cache/dev-python/botocore-1.12.35
Normal file
15
metadata/md5-cache/dev-python/botocore-1.12.35
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( dev-python/guzzle_sphinx_theme[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/urllib3[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jsonschema[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Low-level, data-driven core of boto 3.
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/boto/botocore
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/urllib3[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/b/botocore/botocore-1.12.35.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=b5e0a643c90ed215a3888866aebcebbc
|
15
metadata/md5-cache/dev-python/botocore-1.12.57
Normal file
15
metadata/md5-cache/dev-python/botocore-1.12.57
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( dev-python/guzzle_sphinx_theme[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/urllib3[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jsonschema[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Low-level, data-driven core of boto 3.
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/boto/botocore
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jmespath[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/urllib3[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/b/botocore/botocore-1.12.57.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=3698ddb97183f4ac92cf8cf399189c8c
|
16
metadata/md5-cache/dev-python/cdu-0.1.3
Normal file
16
metadata/md5-cache/dev-python/cdu-0.1.3
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/mock[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/ipaddress[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Cloud Storage Disk Usage Analyzer
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/ilogik/cdu
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/cdu/cdu-0.1.3.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=8f4edbd43a9e407ad68a5625b40aee67
|
15
metadata/md5-cache/dev-python/colorlog-3.2.0
Normal file
15
metadata/md5-cache/dev-python/colorlog-3.2.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Log formatting with colors
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/borntyping/python-colorlog
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/colorlog/colorlog-3.2.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=ef03c451838cd301d3b91a2197738291
|
15
metadata/md5-cache/dev-python/colorlog-4.0.0
Normal file
15
metadata/md5-cache/dev-python/colorlog-4.0.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Log formatting with colors
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/borntyping/python-colorlog
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/colorlog/colorlog-4.0.0.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=ef03c451838cd301d3b91a2197738291
|
15
metadata/md5-cache/dev-python/colorlog-4.0.2
Normal file
15
metadata/md5-cache/dev-python/colorlog-4.0.2
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Log formatting with colors
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/borntyping/python-colorlog
|
||||
IUSE=test python_targets_python2_7 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/colorlog/colorlog-4.0.2.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=d4eb935409b54145214154d353dd5bb1
|
16
metadata/md5-cache/dev-python/construct-2.9.45
Normal file
16
metadata/md5-cache/dev-python/construct-2.9.45
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=test? ( dev-python/numpy[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( dev-python/scimath[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) )
|
||||
DESCRIPTION=A powerful declarative parser for binary data
|
||||
EAPI=7
|
||||
HOMEPAGE=https://construct.readthedocs.io/ https://pypi.org/project/construct/
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/construct/construct/archive/v2.9.45.tar.gz -> construct-2.9.45.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
|
||||
_md5_=56b0895a6df0d18c94ceacab08ddaa0c
|
14
metadata/md5-cache/dev-python/coverage-4.5.1
Normal file
14
metadata/md5-cache/dev-python/coverage-4.5.1
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/setuptools-18.4[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/PyContracts[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mock[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=Code coverage measurement for Python
|
||||
EAPI=5
|
||||
HOMEPAGE=https://coverage.readthedocs.io/en/latest/ https://pypi.org/project/coverage/
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/coverage/coverage-4.5.1.tar.gz
|
||||
_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 71a5ee567fb298e553ce8d1319279151 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=657c3dc526fe6cdb3d8c5d550eda9990
|
14
metadata/md5-cache/dev-python/coverage-4.5.2
Normal file
14
metadata/md5-cache/dev-python/coverage-4.5.2
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/setuptools-18.4[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/PyContracts[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mock[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=Code coverage measurement for Python
|
||||
EAPI=5
|
||||
HOMEPAGE=https://coverage.readthedocs.io/en/latest/ https://pypi.org/project/coverage/
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/coverage/coverage-4.5.2.tar.gz
|
||||
_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 71a5ee567fb298e553ce8d1319279151 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=657c3dc526fe6cdb3d8c5d550eda9990
|
14
metadata/md5-cache/dev-python/cryptography-2.3.1
Normal file
14
metadata/md5-cache/dev-python/cryptography-2.3.1
Normal file
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/dev-python/ed25519-1.4
Normal file
15
metadata/md5-cache/dev-python/ed25519-1.4
Normal file
@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DESCRIPTION=Python bindings to the Ed25519 public-key signature system
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/warner/python-ed25519
|
||||
IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
|
||||
RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/warner/python-ed25519/archive/1.4.tar.gz -> ed25519-1.4.tar.gz
|
||||
_eclasses_=distutils-r1 71a5ee567fb298e553ce8d1319279151 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861 xdg-utils 93b2dfbb00a09161e1e7f6360c0f7f6b
|
||||
_md5_=051e8277eee7d9e884b4a7f2fae786b0
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user