Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06169d4775 | ||
|
|
ad6c97174f | ||
|
|
dac699f617 | ||
|
|
34f3407e9d | ||
|
|
dbbe01e95e | ||
|
|
d73a43406f | ||
|
|
507f34e240 | ||
|
|
3bd7a25787 | ||
|
|
b3fef3cd19 | ||
|
|
76d4f00c9f | ||
|
|
a8c0289feb | ||
|
|
65b860f389 |
@@ -1,3 +1,50 @@
|
||||
2019-07-17 homeassistant-0.96.0_beta4
|
||||
* homeassistant-0.96.0_beta4
|
||||
* remove olds
|
||||
* bump youtube_dl-2019.7.16
|
||||
* bump pysonos-0.0.21
|
||||
* add pyeverlights-0.1.0
|
||||
* add components.fortigate pyfgt==0.5.1
|
||||
* bump pynuki-1.3.3, update it's deps, bump packaging-19.0
|
||||
* bump luftdaten-0.6.2 & add it's deps
|
||||
* add Mastodon.py-1.4.5
|
||||
* bump ruamel-yaml-0.15.99
|
||||
|
||||
2019-07-16 homeassistant-0.96.0_beta3
|
||||
* sort some lists for 0.96.0_beta3 and make mgorny happy ;-)
|
||||
* bump frontend-20190715.0
|
||||
* add my socat start skript (for the ZWaveMe UZB1 Stick)
|
||||
* add pyiss, Space Station Locator
|
||||
* add limitlessled-1.1.3
|
||||
* add lightwave-0.17
|
||||
* add libpurecool-0.5.0 (components.dyson)
|
||||
* hole-0.[3-4].0 added
|
||||
* Growl Notification
|
||||
* Growl Notification
|
||||
* add fiblary3==0.1.7
|
||||
* add DoorBirdPy-2.0.8
|
||||
* add discord.py-1.2.[2-3]
|
||||
* homeassistant-0.96.0_beta3
|
||||
|
||||
2019-07-15 homeassistant-0.96.0_beta2
|
||||
* bump pyhaversion-3.0.2
|
||||
* add ciscosparkapi
|
||||
* bump ciscomobilityexpress
|
||||
* add blockchain 1.4.4
|
||||
* add PyQRCode
|
||||
* bump pyhomematic-0.1.60
|
||||
* add bluetooth_tracker
|
||||
* update CHANGELOG.md
|
||||
* add vsure-1.5.3
|
||||
* add twentemilieu-0.1.0
|
||||
* add uvcclient
|
||||
* add total-connect-client-0.28
|
||||
* bump youtube_dl-2019.7.12
|
||||
* bump flake8
|
||||
* add forgotten frontend digest
|
||||
* bump homeassistant-0.96.0_beta2
|
||||
* bump frontend-20190712.0
|
||||
|
||||
2019-07-14 homeassistant-0.96.0_beta2
|
||||
* add vsure-1.5.3
|
||||
* add twentemilieu-0.1.0
|
||||
|
||||
@@ -12,7 +12,7 @@ https://github.com/home-assistant/home-assistant
|
||||
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. This happed at 0.77 in September 2018. 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 had ~170 ebuilds, now > 633 ebuilds in > 350 packages listed.
|
||||
|
||||
Aside from Home Assistant it contains some related ebuilds I use with my Home Assistant:
|
||||
* esphome (soon i'll throw away Tasmota...), really cool stuff, a bit complicated to get it started (mostly with DNS), but then lots of ESP devices are very easy to deploy. It's integration in Home Assistant is easy and reacts fast on state changes. I begin to love it's Integration in Home Assistant, you have one single point where you define and name a switch or a sensor (instead of > three points using MQTT). Together with the possibility of OTA updates my sensors will have a unique name all over the system, and names can be changed very easily.
|
||||
* esphome (soon i'll throw away Tasmota...), thanks to Otto Winter for his fabulous idea and great work (https://github.com/esphome/esphome), really cool stuff, a bit complicated to get it started (mostly with DNS, it uses a weird *.local architecture), but as soon you got it running, a lot of ESP devices are very easy to deploy. It's integration in Home Assistant is easy and reacts fast on state changes. I begin to love it's Integration in Home Assistant, you have one single point where you define and name a switch or a sensor (instead of > three points using MQTT). Together with the possibility of OTA updates my sensors will have a unique name all over the system, and names can be changed very easily.
|
||||
* platformio
|
||||
|
||||
Since homeassistant-0.95.0_beta0 `esphome-1.13.6` can be run again in the same environment with homeassistant, because homeassistant does not insist on `dev-python/pyyaml-3.13` anymore.
|
||||
@@ -69,13 +69,14 @@ Let me know if any initial depencies are missing, since i do not use all of the
|
||||
|
||||
I have Home Assistant running on a virtual X64 box, 4GB RAM, 4 Cores of an older Xeon E5-2630 v2 @ 2.60GHz and 10GB Disk from a small FC SAN (HP MSA). Recorder writes to a separate mariadb machine.
|
||||
|
||||
Most of my devices are connected via Eclipse Mosquitto (https://mosquitto.org/), i use the stable version coming with the original distribution (1.5.6), 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:
|
||||
Most of my devices are still connected via Eclipse Mosquitto (https://mosquitto.org/), i use the stable version coming with the original distribution (1.5.6), 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:
|
||||
* some (~9) Z-Wave devices, mostly Fibaro Roller Shutter 3 with a ZMEEUZB1 Stick connected to my VM with ser2net, socat & OpenZWave.
|
||||
- in the vm run `socat pty,link=/dev/ttyUSB0,raw,user=homeassistant,group=dialout,mode=777 tcp:[ip of usbhost]:3333`
|
||||
- at the usb host run `ser2net` with `3333:raw:0:/dev/ttyACM0:115200 8DATABITS NONE 1STOPBIT`
|
||||
* a bunch of OneWire and I2C Sensors (mostly all via MQTT) and
|
||||
* ESPEasy (https://www.letscontrolit.com/wiki/index.php/ESPEasy). I formerly used it to avoid some serious design problems in Tasmota, but since i use ESPHome, these devices live only until they will be touched next time, they will be replaced eith ESPHome.
|
||||
* Sonoff/Tasmota (mostly via MQTT) (https://github.com/arendst/Sonoff-Tasmota), same here: as soon a davice has to be touched, it's firmware will be replaced with ESPHome.
|
||||
* a bunch of OneWire and I2C Sensors (mostly via MQTT) and
|
||||
* ESPHome - see description above - (https://esphome.io/ & https://github.com/esphome/esphome/)
|
||||
* ESPEasy (https://www.letscontrolit.com/wiki/index.php/ESPEasy/). I formerly used it to avoid some serious design problems in Tasmota, but since i use ESPHome, these devices live only until they will be touched next time, they will be replaced with ESPHome.
|
||||
* Sonoff/Tasmota (mostly via MQTT) (https://github.com/arendst/Sonoff-Tasmota), same here: as soon a davice has to be touched, it's firmware will soon be replaced with Otto Winter's ESPHome.
|
||||
* Sonoff S20
|
||||
* Sonoff Pow R2
|
||||
* Sonoff 4ch
|
||||
|
||||
@@ -9,12 +9,12 @@ DIST homeassistant-0.95.0.tar.gz 4118848 BLAKE2B e9e7af29cae5e660d0ea3f80a4e51fd
|
||||
DIST homeassistant-0.95.1.tar.gz 4118985 BLAKE2B 2ddad2079c5924eca24672dc1c66b6f253ce91dacb7f7e0aabb65971cc9ade70a9373d218c236b4509f28d6918f20874383cb1f444bf71a7713dfffb2a51b0f3 SHA512 edbd775df54d7097e511d556fb6bc0425a75235d147fb7b81c5efe84e637584cebffd5ef8c593cd4f4959456cf8a3482c579004598ae7078be1af39c09203beb
|
||||
DIST homeassistant-0.95.2.tar.gz 4119045 BLAKE2B c64c4dd3f808affe7a3d76638aaddb8f4b5f1bda44a28cc22ffd22f67c3bb277706a5fbcac8a7362810b27d9d129f6eb0fb2c0c861dca1a9bf585750a71d4be0 SHA512 a98161e7d01411e1dd4133415fd60c9b5359b2fee07fbcf0d9c4f0714286af0d548c887fa9c9d62e4b6f2240b5d216dd9cdaa6a7f8e67b49f23457dc3355c6ae
|
||||
DIST homeassistant-0.95.4.tar.gz 4118571 BLAKE2B 10377c4a5f1a6a76d40e16495596313fb6286293b734c8975f540fcf1eb6b123da709cd7ae6457d922f05e1690951893d6e58beaf2ed3a5250f0b24e5f6aeca4 SHA512 596bee4714cf47935cdf017296efb76b0cc8e4cfa28e15b5273c9a9fa1e1926bfcdc9a9fb004ea6e639a3d0a211f43f7df8a85ca0f9741cae9044e6c0f015b32
|
||||
DIST homeassistant-0.96.0b2.tar.gz 4168487 BLAKE2B 76177bb7f7ffa562e92ddd2662b810a9d5d0b13aa1f20ead57685324f630851397f49c2534a7d4b2a8c7fc710d11a37e9f98fe21c98c8a3db4c28f4e91c50355 SHA512 eb1fcd2473be83d331d1e6a644718bd4a32bc69f0ed31cce3bbac938c5d1e7d697ce2bb7169cb2b01d78e4a395f9ba4b6f534efc65e3f3cb2e7a2c8bdfd0143d
|
||||
DIST homeassistant-0.96.0b3.tar.gz 4170452 BLAKE2B 8fb5e209bd809de0932245cb26f720256fb420d4fd9397b6c7d189d7e042963939256b760cb85ff5ff523f1a643915a6a700b389cd0fd54a777354d93b2b2bea SHA512 bb8952958850c2b389d4bf734314c8ca165c1ef16510fce2b6100d59f0e4bdbbff18f466f5baac8a567fbcb2c8579f326cc24bf5d782261cd21e5a3016cf9933
|
||||
DIST homeassistant-0.96.0b4.tar.gz 4170011 BLAKE2B 74ee0f07ad8f56fb45e904a823639055ecbcbcae47f641077dfaddec493fea6c2f1e109c3642b4bd6002c3b50ce59ee13ec777389009c0283c21e61d5e336241 SHA512 269dfddd80ade2dcbfdd44907715d425d8ddd7af5dcb89f800d175c5d802f2c5d7194b8196ecd3f96e341ddf2d5b95e647f4b153fc7b2b8bbbf2f29fc41daab6
|
||||
EBUILD homeassistant-0.95.0.ebuild 9267 BLAKE2B 77de8ac3592dadf8b315d73572bb744551877e3fd868dc40b4487f3e0ef5aace4b0d3af85d8e56c55a2a145b53a458481240c3e70e10bd4fe470240d27e606d6 SHA512 342be072e5ebe1697f331d72de4f2431c9c381ce13ba2b3151b1e026d9a96824d18df8bb45295b4ee0a3f138973730f0e91ab64aa07b0c9f3627e3aba51b1363
|
||||
EBUILD homeassistant-0.95.1.ebuild 9267 BLAKE2B 07be5d1caf0c99e822f483219d824111d2d2b4e80d799bbd8254e0d844ae81698b45ca0ab57b91d1d2ff641e901350849c557964a2e33c3171b3c5ef60810315 SHA512 6675637203d7c267e9bcb1f1efb2a072c7593a4e60a466fd4dd0d3e26eeba8e5e8668a6ab53e8b1fbbd11c3989af82668c3dca920b0852be3d5aa5726a3b3e12
|
||||
EBUILD homeassistant-0.95.2.ebuild 9320 BLAKE2B 3dcc80473a212eada739943d631a0aa11cb3930e51cb2f3aade1c958742f45f09fd0bb2453800cf0a102a3aef8521fed500e3f5689fe925a1b97c24596815044 SHA512 8ac2b8a6d691be374dd694d8ef643da0ec911178bd66e6b251a6f4c782f5f07313b1c96e3fcbbdcd59c6b9400c8af9da97816e62dafa2278f621cc0f727f5aaf
|
||||
EBUILD homeassistant-0.95.4.ebuild 9370 BLAKE2B de342dbe29de89124cdf4a03898675fd95b8a6087ffc461159563d219f66d92dc1fcd812ce791a402a23cba74c19aca7679c61aebf0cda1e71147b35cb0737b7 SHA512 bfb7925e913e828143a8bdceb297cbfe83e1924016077096d8e2aa8c09b8964105a8929f035365f72b0bfcb695f55e87b1a9e8af4345f5d316941047608dc59d
|
||||
EBUILD homeassistant-0.96.0_beta2.ebuild 9480 BLAKE2B 1757d017c47b5d985297120408a51d147b2c7279f7b0f1e31a8dd610d90faefb67615f5c43120be20d5ced3caff0b530090ccfef878de3f3481340d0b95d8819 SHA512 84314720afbdab2d17cd7e0553cb3c52cf48848ec7ff779a6898f8a7c3889c70327a819077eb8638c0955fb36fca0934e802e21aa5e4867ddd00253cf3a85874
|
||||
EBUILD homeassistant-0.96.0_beta3.ebuild 9541 BLAKE2B 08a49f49a74958fd7b31406687e2de15481495c3a602d42036e0159b93f2ce290345bfc527db038bfae80cec40633108ee6afb229e3608e0098aa9f789f61f9b SHA512 65c05236f0a1b3c2b4726b671da53855d5a70ea4e66cdaaed33fba73d0e9016e0f3b9f59340decc9e38ba96a4735a77af58814b27d1748774a2fe7689fe56de7
|
||||
EBUILD homeassistant-0.96.0_beta4.ebuild 9541 BLAKE2B 5e9259ff1c60fa898d57f31e967164e0f8ce2219761ca55a14646fb742387f7a98e7fc7a2551ad6a8c56b3ccd945aea395b618797f0fcf0a327a85a17c905b66 SHA512 d3382852f7e53fbcb23eab8f65a20cd33424cd477d60934c07548720d239e1070ceff3ecb1f89f3f6f1219e04185943429bf604bf4153d1f225da2f3266be041
|
||||
MISC metadata.xml 2501 BLAKE2B 77ad12f2144dd417c0043a957f6c16e4f50eacab6e92b62438c25aab698db3899f4c650054c9b45e8a3e03ac15dab6b68be2dfc49dd422345caeddd2c92d1957 SHA512 716f0fd612d34702ce96749b1fc986c4e1ab3d914df94f12891b9845e2662aa1f21bbe14c33326f32a6b0688bea5d01082dba6b092a78fb8c855eb08ab66e17c
|
||||
|
||||
+32
-30
@@ -18,10 +18,11 @@ RESTRICT="mirror"
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="androidtv asuswrt atv darksky denonavr esphome enigma +frontend fronius homematic hs100 maxcube miio mikrotik musiccast mysql mqtt qnap rxv samsungtv sonos ssl speedtest sma test tradfri vera wemo wink zoneminder zigbee z-wave"
|
||||
IUSE="androidtv asuswrt atv darksky denonavr enigma esphome fronius +frontend growl homematic hs100 maxcube miio mikrotik mqtt musiccast +mysql qnap rxv samsungtv sma sonos speedtest ssl test tradfri vera wemo wink zigbee zoneminder z-wave"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
!app-misc/homeassistant-bin
|
||||
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
@@ -33,12 +34,12 @@ RDEPEND="${PYTHON_DEPS}
|
||||
~dev-python/attrs-19.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2019.6.16[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-2.7[${PYTHON_USEDEP}]
|
||||
~dev-python/importlib-metadata-0.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.10[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-2.7[${PYTHON_USEDEP}]
|
||||
~dev-python/passlib-1.7.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-8.0.3-r1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-3.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytz-2019.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-5.1.1[${PYTHON_USEDEP}]
|
||||
@@ -48,25 +49,15 @@ RDEPEND="${PYTHON_DEPS}
|
||||
~dev-python/voluptuous-serialize-2.1.0[${PYTHON_USEDEP}]
|
||||
|
||||
>=app-crypt/acme-0.32.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/jmespath-0.9.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycparser-2.19[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-19.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-5.1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.12.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyrfc3339-1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.15[${PYTHON_USEDEP}]
|
||||
|
||||
>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
|
||||
~dev-python/beautifulsoup-4.7.1[${PYTHON_USEDEP}]
|
||||
~dev-python/blinkpy-0.14.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/boto3-1.9.16[${PYTHON_USEDEP}]
|
||||
>=dev-python/botocore-1.12.115[${PYTHON_USEDEP}]
|
||||
~dev-python/caldav-0.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cdu-0.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
|
||||
~dev-python/colorlog-4.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/coverage-4.5.2[${PYTHON_USEDEP}]
|
||||
@@ -77,9 +68,11 @@ RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/envs-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/future-0.17.1[${PYTHON_USEDEP}]
|
||||
~dev-python/gTTS-token-1.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.15[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-ssl-1.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ifaddr-0.1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/jmespath-0.9.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/jose-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jsonrpc-async-0.6[${PYTHON_USEDEP}]
|
||||
~dev-python/jsonrpc-base-1.0[${PYTHON_USEDEP}]
|
||||
@@ -90,20 +83,27 @@ RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.16.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/paho-mqtt-1.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-5.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-5.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-5.6.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyChromecast-3.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycparser-2.19[${PYTHON_USEDEP}]
|
||||
|| ( >=dev-python/pycryptodome-3.7.3[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )
|
||||
>=dev-python/pyopenssl-19.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyotp-2.2.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyrfc3339-1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pysnmp-4.4.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-jose-cryptodome-1.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]
|
||||
=dev-python/RestrictedPython-4.0_beta8[${PYTHON_USEDEP}]
|
||||
~dev-python/setuptools-40.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-1.3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-3.6.4-r1[${PYTHON_USEDEP}]
|
||||
~dev-python/transitions-0.6.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-3.6.4-r1[${PYTHON_USEDEP}]
|
||||
~dev-python/tzlocal-1.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/ua-parser-0.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
|
||||
@@ -111,51 +111,53 @@ RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/vobject-0.9.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/wakeonlan-1.1.6[${PYTHON_USEDEP}]
|
||||
=dev-python/warrant-0.6.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.54.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.23.0[${PYTHON_USEDEP}]
|
||||
>=media-libs/mutagen-1.42.0
|
||||
atv? ( >=dev-python/pyatv-0.3.12[${PYTHON_USEDEP}] )
|
||||
|
||||
androidtv? ( ~dev-python/androidtv-0.0.18[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.1.21[${PYTHON_USEDEP}] )
|
||||
atv? ( >=dev-python/pyatv-0.3.12[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.7.9[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-2.2.0[${PYTHON_USEDEP}] )
|
||||
enigma? ( ~dev-python/openwebifpy-3.1.1[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-2.2.0[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.4.6 )
|
||||
frontend? ( =app-misc/home-assistant-frontend-20190715.0 )
|
||||
growl? ( ~dev-python/gntp-1.0.3[${PYTHON_USEDEP}] )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.60[${PYTHON_USEDEP}] )
|
||||
hs100? ( >=dev-python/pyHS100-0.3.5[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.1.0[${PYTHON_USEDEP}] )
|
||||
miio? ( ~dev-python/python-miio-0.4.5[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-2.2.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/hbmqtt-0.9.4[${PYTHON_USEDEP}]
|
||||
app-misc/mosquitto )
|
||||
musiccast? ( >=dev-python/pymusiccast-0.1.6[${PYTHON_USEDEP}] )
|
||||
mysql? ( || ( dev-python/mysqlclient[${PYTHON_USEDEP}]
|
||||
dev-python/mysql-python[${PYTHON_USEDEP}] ) )
|
||||
mqtt? ( ~dev-python/hbmqtt-0.9.4[${PYTHON_USEDEP}]
|
||||
app-misc/mosquitto )
|
||||
qnap? ( ~dev-python/qnapstats-0.3.0[${PYTHON_USEDEP}] )
|
||||
rxv? ( =dev-python/rxv-0.6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( >=dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.20[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.3.2[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.21[${PYTHON_USEDEP}] )
|
||||
speedtest? ( ~net-analyzer/speedtest-cli-2.1.1[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.0.1[${PYTHON_USEDEP}]
|
||||
sys-devel/autoconf:2.69 )
|
||||
frontend? ( =app-misc/home-assistant-frontend-20190712.0 )
|
||||
fronius? ( ~dev-python/PyFronius-0.4.6 )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.59[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.1.21[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.3.0[${PYTHON_USEDEP}] )
|
||||
speedtest? ( ~net-analyzer/speedtest-cli-2.1.1[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.3.2[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.2[${PYTHON_USEDEP}] )
|
||||
wemo? ( >=dev-python/pywemo-0.4.34[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.8[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.3.3[${PYTHON_USEDEP}] )
|
||||
zigbee? ( ~dev-python/zigpy-deconz-0.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-homeassistant-0.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/bellows-homeassistant-0.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/zha-quirks-0.0.18[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.3.3[${PYTHON_USEDEP}] )
|
||||
z-wave? ( ~dev-python/pynacl-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}] )
|
||||
@@ -0,0 +1,3 @@
|
||||
DIST Mastodon-py-1.4.5.tar.gz 3564509 BLAKE2B 1f200d2e2c424579bdd596a56747ae5b3d90693453314db410b911ddca92ed9d7355103207af3a36242ef4a277dad9e8781a21a5f8a554250bc62fea226c6fb4 SHA512 d90a45479e8c3dbaeed0a40e32e89da99f58c59b008b41967d39ec8bcf2dcecaf12cca826f2b9fc9fbb63efa36a492e63248e00e42e82646d761c06f09d4d5b9
|
||||
EBUILD Mastodon-py-1.4.5.ebuild 1047 BLAKE2B 0f1a2dda55432da8aa9ad72fde9a59f9d46eed87f2d59c64575078a72af6937130a4ad243759fe1bff210bc3069ef9578e75b06fa2161fb12ad20ea6d5c88ac6 SHA512 c1bd883b1f908d281f18d3944d1f5e38e48d3b73443aa0f93b9517640eb34bd52254aefcbfa54acfde620324756dc5d0eb018932b4d52a45bbcea8140c4dda8f
|
||||
MISC metadata.xml 476 BLAKE2B 20ab41a26ece902aa53a24505938c771ab3da194dcbc419bdea0ee2e68701b973f16f7cb8f33ff280fb1e18f45682fa80ce3930ef80b671e6d4ada37d3b3cb5f SHA512 6448bb98d15086d156896816d65ebdc10230e127d19c89aa07e42fd3019a2b8e6d5e361adca6c42e6a245d2cfdcd3993409adad42194f0800f97bf86c6ae7062
|
||||
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN/-/.}
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Python wrapper for the Mastodon API"
|
||||
HOMEPAGE="https://github.com/halcy/Mastodon.py https://pypi.org/project/Mastodon.py/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.4.2[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/python-magic[${PYTHON_USEDEP}]
|
||||
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">Mastodon.py</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>lorenzd+mastodonpypypi@gmail.com</email>
|
||||
<name>Lorenz Diener</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST luftdaten-0.6.1.tar.gz 3545 BLAKE2B cc161bcbb7de5f82425559c1179996ea943ed1e2d65609de338023b0e83aee54824354eb38648d9031b0a5c69192822cb6f444ece3dbd2a341804959d157c007 SHA512 34c5adabebf44206957d2035f6ef39e8abb73e470f325e4c2a7beb161e559a3cc746b724fc4ac643852c75ef8f08d8067ecbc9cd3c7b3e65f8639f37a880e95b
|
||||
EBUILD luftdaten-0.6.1.ebuild 725 BLAKE2B 3888fe92ff31692ebf4d9d506f4d79f5567db0a0de90ef3e5cb38ba3a00fc1929ff65d3e2010c25a2979f5a70b70ee6ee547a97a2ab05f2a08080d0492d7f392 SHA512 0162809d4007fec7ebb562e08bf6fc85d3521c43a65af6b368e28308ed0be70903ff75f19bc8fec5edf66fb7c48f496d21c50b774209e0df7f797c89c2d1f3da
|
||||
DIST luftdaten-0.6.2.tar.gz 3543 BLAKE2B 872e95e067f43ed0e11e3b9fd9bc300e7119fc6eb6894950be90584151f2722c093b5f18944f49e5d6824fd933ba720f04818ceeac2948911318bcc7d7210c73 SHA512 445b27d145a1865711628c8f7148a4749f4418c88dd621199c32fce361d957db7888760163ebbb7536098addfea7bdfe886fbfccb8eb454aed1e456b3982714a
|
||||
EBUILD luftdaten-0.6.1.ebuild 807 BLAKE2B 1164663b8c68bb22e967d7271f722b54440337662213551af687cdb91dc5ed866f00568328517602d06bc7d175d99eea134ebf3b055c7534dcfb5872651bc96c SHA512 e3452a40633cbf3d59c7cfa0e06ef21f643db2d0c9e09c38f38879633ad002f9d983f30f5dade5eaae78f0a90c95208ccd7a6ed1f04ebc35dacf4137eb5e480e
|
||||
EBUILD luftdaten-0.6.2.ebuild 807 BLAKE2B 1164663b8c68bb22e967d7271f722b54440337662213551af687cdb91dc5ed866f00568328517602d06bc7d175d99eea134ebf3b055c7534dcfb5872651bc96c SHA512 e3452a40633cbf3d59c7cfa0e06ef21f643db2d0c9e09c38f38879633ad002f9d983f30f5dade5eaae78f0a90c95208ccd7a6ed1f04ebc35dacf4137eb5e480e
|
||||
MISC metadata.xml 474 BLAKE2B 6f8cec091cec1710a2d3eab2e9d063862dd6f8330acb13cfe6bac1def1396d7b4150d1d65151992e171d87a7bee5ec18ce4cc2bca856ada5d2abe351703a93e9 SHA512 e191e8bc8e1ac7817608d1d7df7b998602f8eac91edb12d8b41ecc54833a1d48778b3af15d576eb1ee8e236b0a0d5f91f40b248b1db2e3c184225fc371e293fa
|
||||
|
||||
@@ -16,7 +16,8 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/async_timeout[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for interacting with luftdaten.info."
|
||||
HOMEPAGE="https://github.com/fabaff/python-luftdaten https://pypi.org/project/luftdaten/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/async_timeout[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
DIST packaging-19.0.tar.gz 48608 BLAKE2B 595ae32f958727dd1b03a25bd2db66805b91ebe043239b262de56a6e595710ad380e373fa2d6e142372549a32519e6bbbc6ad8d393d7072d0ff6d7f019cec1ad SHA512 aa55b6fbca764e7de2992e294b7be9dc90b25f88b64ba0cd2d1d93042402d4360b4c2cdc134a94b083da0c0bc83de8fa7185c0856bcc96fa25828c10a793fba7
|
||||
EBUILD packaging-19.0.ebuild 1445 BLAKE2B 5d7a9a7e1bbcae06df7cf2002263a9e59154b7d5661a2a0b47487fadcfb5c47785fc3dca7c88c6cba0133a60009635777877d6762ae3e46e7d81c0c47866b1fb SHA512 a6bd31766b3c7f84d641952104768c3d75f6705ae07758f3bc66851547058ca26bbc8a372d8cc90bfebc6ad46ede85140e6a42ae92b2f3366a924655e0f36b52
|
||||
MISC metadata.xml 366 BLAKE2B 62088f9e06b99999bcb0082f1ff6d6e243c8502a7e3f399699cded85fa65395f558e019b08342c73e4f078183cd0732d88058fab8fba984ba0b531c19ff6560c SHA512 f326b75f4603bc9e4455665dd526e381eb1973c8edc319e1d69b824f93ee885931fa29e74f9da8582f5af78a1ddba2fcc2d983fb98cbdc4cfd87b82c7a0f3ba4
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">packaging</remote-id>
|
||||
<remote-id type="github">pypa/packaging</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,51 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Core utilities for Python packages"
|
||||
HOMEPAGE="https://github.com/pypa/packaging https://pypi.org/project/packaging/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="|| ( Apache-2.0 BSD-2 )"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pyparsing-2.1.10[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-16.8-distutils.patch"
|
||||
)
|
||||
|
||||
python_test() {
|
||||
py.test --capture=no --strict -v || die
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
# https://bugs.gentoo.org/585146
|
||||
cd "${HOME}" || die
|
||||
|
||||
_cleanup() {
|
||||
local pyver=$("${PYTHON}" -c "from distutils.sysconfig import get_python_version; print(get_python_version())")
|
||||
local egginfo="${ROOT%/}$(python_get_sitedir)/${P}-py${pyver}.egg-info"
|
||||
if [[ -d ${egginfo} ]]; then
|
||||
echo rm -r "${egginfo}"
|
||||
rm -r "${egginfo}" || die "Failed to remove egg-info directory"
|
||||
fi
|
||||
}
|
||||
python_foreach_impl _cleanup
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
DIST pyeverlights-0.1.0.tar.gz 2075 BLAKE2B 1ce0a272f349f1ad994354bceab166eacc423756874c11966779420b619395670f286bf649aad0de00335700589f16edac96cf3165c6db91618a3cb71434b658 SHA512 82ad4bd9cecae1b362a3b07474a9c0468e62632f8b8351852eaa841933e810a4002f6d1a82a2c2ee63f23eb7cb0abca2b2abeb0426d2f19a9083e5cbf3ac1ead
|
||||
EBUILD pyeverlights-0.1.0.ebuild 769 BLAKE2B f0c4546d51b6818861e8c3ff6d9816275583fd2d8f13c9ff401af7f18cc689f1631ca9eaa359844fa027cd9538e3a1e294849e73a6a5674e70a1579a9d7ebc36 SHA512 bc7e4100471a409e6fb27cccefb839d30ae536f00decea98ee4bf17578e380593236fa079e0a58c1bc5b9c4e3b8146b49b6d67fdedae19f3097add084e0c55e6
|
||||
MISC metadata.xml 461 BLAKE2B ecb36bd33d6ad932e981dcb30115ec5046bc0420dbc390a31c4cddd04f2d865c1ac8322f1b86cd22e1ba0f1358d7e7948e71ee7efa1d9a5dcdb8defd1d210a50 SHA512 18b49cf059ade7824e7cb2a80999b956a5af991c01696e5b57841d86fb8e330bd26ba9b140258cda0c922be3824ad0fa562191cbedf560853d9d46f9fc866878
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyeverlights</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jon@joncaruana.com</email>
|
||||
<name>Jon Caruana</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
+8
-8
@@ -1,22 +1,22 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Homematic interface"
|
||||
HOMEPAGE="https://github.com/danielperna84/pyhomematic https://pypi.org/project/pyhomematic/"
|
||||
DESCRIPTION="A library for controlling an EverLights lighting system."
|
||||
HOMEPAGE="https://github.com/joncar/pyeverlights https://pypi.org/project/pyeverlights/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT License"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -0,0 +1,3 @@
|
||||
DIST pyfgt-0.5.1.tar.gz 10783 BLAKE2B 2aa8054db12dd2638e152abadca5d1c8cb01bd78eabb488104249a20b0117a59dbdd5658198df4664867cb5187213e2d5ffdb088aa4091cd8d7807f294a37670 SHA512 f32111951eeaaa7fc6acc0b9b6990dc1609c67296f8aba636e45335262b9b1f5c2a78bfa56cadbc97e9a061f6684646d27dc9ec82f7b371227c3a7a788562d23
|
||||
EBUILD pyfgt-0.5.1.ebuild 800 BLAKE2B 19b5ea4bc5e20758c12f1b6b3116100eed84d843889ea2354eaaa47736e8bce37bddc1f6aa4939c66dbac801cb5c5ef5d5be395bcd7ae0304658092df27dcb97 SHA512 f255150d21166646ec8f4f5106574864980e35625a9a12005ce19dac501df23444de2ced514dd6d692646b7cdc98b44f76e2d38b2628954ee1a99f363c26a097
|
||||
MISC metadata.xml 454 BLAKE2B 833c26519d6df44272a7b794a320837a09c7a0297fc5b16fcf2b2042dcc11c21194b967b463a908b92e3d30c3630b532b13c2ee390f841906d416f9dd2090f47 SHA512 f97e0a249426df5edb90eefcb8e16bd13d5cbbc718b8feb403172f915093ab1312a805f71d0f434f9dc78bd155c01218b3145c8612b24c0ebb7d01d03bc74ed3
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyfgt</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jhuber@fortinet.com</email>
|
||||
<name>p4r4n0y1ng</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Represents the base components of the Fortinet FortiGate REST interface with abstractions"
|
||||
HOMEPAGE="https://github.com/p4r4n0y1ng/pyfgt https://pypi.org/project/pyfgt/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache 2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST pynuki-1.3.2.tar.gz 2661 BLAKE2B 231500b64d33619baa194ea540d92e4b30585b60812167fece2b3e2918c4a600295ea5f12f8606216b5cd6bd2b5e6e685762420a0eedcf63ee1c6fb4113fa098 SHA512 bd11c40a061dc706c33e355a81362382c6efb747a4656d2d7be5f9bc1158edddc03b9df84cfd0c2702ed24dda072f46e43fe83e6636714682668f7face85331f
|
||||
EBUILD pynuki-1.3.2.ebuild 663 BLAKE2B d20bdf0e9f7a2b1690aa3039f55ecf7b58691d36a2b8c5fa57c1993a442e7e54fedc5fe4fb8dd87c8c553beda10238a4078dddb4edd3f205ee1ad12a090175ee SHA512 7b763ec22c806eafd3ca86234be6281fbaf6fae018c73df5d266195a64165a5271aa851f2a39f5af5308bb95a72f4b4de668680a89fac30ce9636a991ab37636
|
||||
DIST pynuki-1.3.3.tar.gz 2685 BLAKE2B 6c64736d0b46d55a4794111d6c62a493c34c4c29f5f9451362cefbf213b585254777d22aef42bc8a50bd1086c2696c7d9c64d47fa3005182550f9be43f2c89ec SHA512 2173e9d7e3f4c41d083a837e8892059017c994e56ed789073baeb7ccc2672d74b5f27bf8fa79f7aea43bb702060103ef393b4980f171a5e769588b87c7240417
|
||||
EBUILD pynuki-1.3.2.ebuild 896 BLAKE2B dea9e8448dcba8bc70360936444a5c35c452eee71aaffff6bb0482fc64f9d5d468b2c48e191c122002e788dd9be8fe2b1a23f5d6e0c0bb9c0db6e1f234db40bc SHA512 3c804c42ce87096fe2e8bc8a18bb2dc605f1ff3437459dd1233b4d2a6103231bcc290e8661702966936dbe2fb498d9c224e0636ed9a2cc84f8040980941d966f
|
||||
EBUILD pynuki-1.3.3.ebuild 897 BLAKE2B f7bbc9b113df12aab3436eccc55df503e249fcf4e5f9147e8cc00f05e65d9c5656c714809b163811d3323e5a69556c14d20cf0dd9f9a9899aba11523e3603c66 SHA512 c1f4289e24d1428af0fdcdbf5b0ec0bfb3bf2b1163ea1a75b93d159b7ef83207f85223366e121f43788be29785d017b8d2e4db4bfca94f8ef92b396aad5d5b0f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
||||
@@ -16,7 +16,11 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="~dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
|
||||
~dev-python/packaging-19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyparsing-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.22.0[${PYTHON_USEDEP}]
|
||||
~dev-python/six-1.11.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python bindings for nuki.io bridges"
|
||||
HOMEPAGE="https://github.com/pschmitt/pynuki https://pypi.org/project/pynuki/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="~dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
|
||||
~dev-python/packaging-19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyparsing-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.11.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
DIST pysonos-0.0.16.tar.gz 661444 BLAKE2B ba380b894a1def24c013bfc40bef4da83a17ab8dae0eefbfc28e82210e32dd6818e66a4f57caf41ef957990763582109cf269f505610a2805428fd8a59239850 SHA512 8c0296a00fc3f9386bd33986c74f746504482f03a0bd15e27a2b699b04af1665b2da3a8cfce84de33be9f1aeead565d68b81f4a07a0369f0ea0197a41e97f512
|
||||
DIST pysonos-0.0.17.tar.gz 661294 BLAKE2B aaa4ad535af5936a9db29f9047e2271e48405438a92fb52730d392f4890e998529e97374270ecd69f72d388e63eed69b3c2359f95a5b8765f583f50113291224 SHA512 9110b74792dd6d4d06e779ed6bd37aeb3a1993cffc516c05c4d06a584e15b611e46bdda7c08e89c2a8db3cbf52d4764bec9f093f84404e5d9962a755121e15cb
|
||||
DIST pysonos-0.0.18.tar.gz 661317 BLAKE2B 5ff0fc84a43627e4d01b1eeb67801ec1c6e4fc4428d221cfe42bcddb21211ef733e1adbac906ea69004c58b0e7cc91a43185fd00436796568aa78db18f1468cb SHA512 8e38c8ae9e7b6f9c0f488b0996c5ce1e516e904e52cd713fbd867ab751515471886058456f3d5bcecae5274a84c1bae720b37c981c802896cdab13ebfd883734
|
||||
DIST pysonos-0.0.19.tar.gz 661282 BLAKE2B 1ef5abfed7a0415c5f1725250f557a06e5388c2f801b41e2193f50583d272e62df31c20f9702e5de0fdcbde45f7d3fb5b3aae45d122c643693ca032d614e47c5 SHA512 7880a24acc325c7591186dd827613854712129cee217ec07761570a3f1ba7452f55f78198d7c5d7731e81f83d4220eb195997551df105f3e06d87a3992987eea
|
||||
DIST pysonos-0.0.20.tar.gz 661360 BLAKE2B ed27ad0f085f5e3f2c0b16ef87258dd0cb0f55ba451773f038ce11b3819011a60149601eb31b9efbabaea052e603a0c1e2b109d2c958505cc20296bbe82eaf7f SHA512 6caf563ed9bcfd6e2c1a0519dfca6c65c986e06946cd90fc8004a3a07b1afd6ac2fbacc051bf310227cf1bd3155b4bfccf1c01661024af83d319b61354b586de
|
||||
EBUILD pysonos-0.0.16.ebuild 866 BLAKE2B 8c197ea4d89bc41e268104f91e7cc0d25b17fcf678e8933cfb8b75986f0a82a3877aac36d57c2ef8ee8ccef8c37a4b3800977c8ce8f91ec167ad2c854c5f681e SHA512 39658b26f4c9a0788d4bbc83a99b31bb5fc20b60d1fee4ce275ac78a65ac495dd17d53d91bd023a57cfc6674aff8b9e1cee8cab61bec4a504cdbf19a46bdb4bf
|
||||
DIST pysonos-0.0.21.tar.gz 661400 BLAKE2B 5449019073c26b1147c632eeab7f2e2e28263c21ab4eaf4bd8105b99b10aa3730b12d2a8e97152836fde6b618a53ebd0763eeeb266967ce250f713a865de89da SHA512 982adbf19603a0b90726e91844a0b4643c92066ec573396f9f0012c4c1584cf77ba237b53d2f388ccb8dc3050f5e008fd8430167c32bbae1178c06dd8bd49eb9
|
||||
EBUILD pysonos-0.0.17.ebuild 866 BLAKE2B 8c197ea4d89bc41e268104f91e7cc0d25b17fcf678e8933cfb8b75986f0a82a3877aac36d57c2ef8ee8ccef8c37a4b3800977c8ce8f91ec167ad2c854c5f681e SHA512 39658b26f4c9a0788d4bbc83a99b31bb5fc20b60d1fee4ce275ac78a65ac495dd17d53d91bd023a57cfc6674aff8b9e1cee8cab61bec4a504cdbf19a46bdb4bf
|
||||
EBUILD pysonos-0.0.18.ebuild 866 BLAKE2B 8c197ea4d89bc41e268104f91e7cc0d25b17fcf678e8933cfb8b75986f0a82a3877aac36d57c2ef8ee8ccef8c37a4b3800977c8ce8f91ec167ad2c854c5f681e SHA512 39658b26f4c9a0788d4bbc83a99b31bb5fc20b60d1fee4ce275ac78a65ac495dd17d53d91bd023a57cfc6674aff8b9e1cee8cab61bec4a504cdbf19a46bdb4bf
|
||||
EBUILD pysonos-0.0.19.ebuild 866 BLAKE2B 8c197ea4d89bc41e268104f91e7cc0d25b17fcf678e8933cfb8b75986f0a82a3877aac36d57c2ef8ee8ccef8c37a4b3800977c8ce8f91ec167ad2c854c5f681e SHA512 39658b26f4c9a0788d4bbc83a99b31bb5fc20b60d1fee4ce275ac78a65ac495dd17d53d91bd023a57cfc6674aff8b9e1cee8cab61bec4a504cdbf19a46bdb4bf
|
||||
EBUILD pysonos-0.0.20.ebuild 866 BLAKE2B 8c197ea4d89bc41e268104f91e7cc0d25b17fcf678e8933cfb8b75986f0a82a3877aac36d57c2ef8ee8ccef8c37a4b3800977c8ce8f91ec167ad2c854c5f681e SHA512 39658b26f4c9a0788d4bbc83a99b31bb5fc20b60d1fee4ce275ac78a65ac495dd17d53d91bd023a57cfc6674aff8b9e1cee8cab61bec4a504cdbf19a46bdb4bf
|
||||
EBUILD pysonos-0.0.21.ebuild 866 BLAKE2B 8c197ea4d89bc41e268104f91e7cc0d25b17fcf678e8933cfb8b75986f0a82a3877aac36d57c2ef8ee8ccef8c37a4b3800977c8ce8f91ec167ad2c854c5f681e SHA512 39658b26f4c9a0788d4bbc83a99b31bb5fc20b60d1fee4ce275ac78a65ac495dd17d53d91bd023a57cfc6674aff8b9e1cee8cab61bec4a504cdbf19a46bdb4bf
|
||||
MISC metadata.xml 464 BLAKE2B b07b930288d7ae4c71a4d2505f9a15ebcf51326f25a3fec2363047b6e01cca30c4159da49317352c5a5a6ba38e05fd9c3fbb7927d1ca35c49127461fd154636f SHA512 c70048bb7e0a2688bbb4efad742f075a64822b2c52c2b1a5315cf96d23796dedee8943061e837b0bba8d4ebbeee7b540ed22fea537df0d3d163790cd3b5f00e9
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
DIST ruamel-yaml-0.15.88.tar.gz 396304 BLAKE2B 82b00a64691df48f1bc8b47a101ca488762e7bb2a0746b95caaddf2944f4e11079290366de45c98cbe287bf96cd907d93b3a3af1e2e69f64d595fd2b77e670d0 SHA512 95500ce679546c8224d85183881b5c8ba6af0c002110edb000a7b4aef88a9217d565fa0032aa298e26e921051ccae8e040f68acad3f7c8abd79752b5e46105b6
|
||||
DIST ruamel-yaml-0.15.89.tar.gz 396878 BLAKE2B 949b36665c9071d6a57674a51b2c6c8ea5a29d943019b92acd7703f77fe5ea3d5a0244de99f4ccc41c714d65f0625a3d7ce4c4257558ca0de7d3e1f7eb947274 SHA512 3ad266f069b4e522fb9044c1b87fd007ec2e6c4a316332d55939861491e36b87a28f7f1f3c230960d50c15f0b66834cf2db5807aafa5348e1cddf863e935ac4b
|
||||
DIST ruamel-yaml-0.15.91.tar.gz 397339 BLAKE2B 66f713cf3fd6e0c8900d22a3525a69c77dccc1e0c8039c7bc05f0829d2e7f38a1b83da9acde78273059129b432fc6bebfd3afe5844c9e7205b859de73a8743f6 SHA512 c9c9de649a40cb55953005a2fa991112c34a699409379c3c04d33f9f42efa7d0e43fb4c7e7f5caea1b6a86af4e0785925c541632bca88ab6b9c52969260b705a
|
||||
DIST ruamel-yaml-0.15.94.tar.gz 398392 BLAKE2B 0203656b39488c659a917a5ea90149885953c86b45c97df24ca47403b56703479384a5c4df491df08f269e8545bad96efd568d73916cfb245bc5034e6ab359fa SHA512 4a1854503e16f44c5090abb041a6838ed2ffaa8ea36deb2781f12f4b303ec33fb5a4901a9ff798755d38efc4251aa4ae92596001bbdf63a5703de4ab72f76a8e
|
||||
DIST ruamel-yaml-0.15.97.tar.gz 400728 BLAKE2B 04b957ba7739ceebcfc802d86252ace5bba8960cc75ff0bea00ef8ba25e945e80ef878a9699d1a8d1664ed8e39d23eb47542f2bf70e0628b1bd1904d80e8c034 SHA512 2c61609867147c3fd9fde77d03c589848765a068893197ae4aab4417933a7f54b46c4eb81e9359d116fd45a37f5e5e357ab3ea19d0b19455f2ab3c022a40349e
|
||||
EBUILD ruamel-yaml-0.15.88.ebuild 1087 BLAKE2B fe35232884bdba17a279e989221f600bbc2d8d7a957a739dc92da4c954277a3dad0c7fb79a9a30c6a6e864aaa60dba275ca8433e897d612fb383049a253a6917 SHA512 4d0d1fb236dd3b9ff9df73665a3866e4b3602fc64db6fd123d5c75f9565e5fde61001cabfbf6c1ab552aab1785cd5ac3f146100da01cda1696ffeeae06b60222
|
||||
DIST ruamel-yaml-0.15.99.tar.gz 401377 BLAKE2B f12bdef492b048dfaca64a9b659f544626bbd0fe77f3a0712f31d6b150eaeb2195cf041f4cef177b40a3ca69b45d3dab1726f8619a59324b800968217a39eacf SHA512 5580f31c1d6bf94ba12182a4a8845c209566050876c813a049821d3cf3f7e59838653281ec573f40184f29265cf6e43cdae45b84d94a647c2ac74ee6e17416ff
|
||||
EBUILD ruamel-yaml-0.15.89.ebuild 1087 BLAKE2B fe35232884bdba17a279e989221f600bbc2d8d7a957a739dc92da4c954277a3dad0c7fb79a9a30c6a6e864aaa60dba275ca8433e897d612fb383049a253a6917 SHA512 4d0d1fb236dd3b9ff9df73665a3866e4b3602fc64db6fd123d5c75f9565e5fde61001cabfbf6c1ab552aab1785cd5ac3f146100da01cda1696ffeeae06b60222
|
||||
EBUILD ruamel-yaml-0.15.91.ebuild 1087 BLAKE2B fe35232884bdba17a279e989221f600bbc2d8d7a957a739dc92da4c954277a3dad0c7fb79a9a30c6a6e864aaa60dba275ca8433e897d612fb383049a253a6917 SHA512 4d0d1fb236dd3b9ff9df73665a3866e4b3602fc64db6fd123d5c75f9565e5fde61001cabfbf6c1ab552aab1785cd5ac3f146100da01cda1696ffeeae06b60222
|
||||
EBUILD ruamel-yaml-0.15.94.ebuild 1087 BLAKE2B fe35232884bdba17a279e989221f600bbc2d8d7a957a739dc92da4c954277a3dad0c7fb79a9a30c6a6e864aaa60dba275ca8433e897d612fb383049a253a6917 SHA512 4d0d1fb236dd3b9ff9df73665a3866e4b3602fc64db6fd123d5c75f9565e5fde61001cabfbf6c1ab552aab1785cd5ac3f146100da01cda1696ffeeae06b60222
|
||||
EBUILD ruamel-yaml-0.15.97.ebuild 1087 BLAKE2B fe35232884bdba17a279e989221f600bbc2d8d7a957a739dc92da4c954277a3dad0c7fb79a9a30c6a6e864aaa60dba275ca8433e897d612fb383049a253a6917 SHA512 4d0d1fb236dd3b9ff9df73665a3866e4b3602fc64db6fd123d5c75f9565e5fde61001cabfbf6c1ab552aab1785cd5ac3f146100da01cda1696ffeeae06b60222
|
||||
EBUILD ruamel-yaml-0.15.99.ebuild 1087 BLAKE2B fe35232884bdba17a279e989221f600bbc2d8d7a957a739dc92da4c954277a3dad0c7fb79a9a30c6a6e864aaa60dba275ca8433e897d612fb383049a253a6917 SHA512 4d0d1fb236dd3b9ff9df73665a3866e4b3602fc64db6fd123d5c75f9565e5fde61001cabfbf6c1ab552aab1785cd5ac3f146100da01cda1696ffeeae06b60222
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
DIST youtube_dl-2019.5.20.tar.gz 1464975 BLAKE2B 804c57f143be963f1e316cf68bf2cfc1149143058ecd38cf6929a2c0d48e74a61c8e149c39a7d7795aae5cd7a6ffb70b14e1da90f06627b59260e916454c95a0 SHA512 4c553948186bfb7cdab752479abac20c43c84b294f531627b64d175a8d30a417c0997c34a34c9e14c3baeef0461715160841b4e98e607eb8a896047c4f4f62d1
|
||||
DIST youtube_dl-2019.6.27.tar.gz 1468060 BLAKE2B 12482046b420f724607fccb987d49a7f3fa444b235149cb268b93a9ea8121ede20ec7f8f2de33c4b529b208944048ad2fca2996f67ee01eb49376dbe91cba9f3 SHA512 65108256ed31fd703f3fa51e5205bbf110e98adfae59b2835505a1bd5c613286a787d9372f5ba39571195449e8c603e46249dc5c3e5487f40a3fe46ba116053e
|
||||
DIST youtube_dl-2019.6.8.tar.gz 1466840 BLAKE2B ed407e9b4b7170dbe2eca83ab705baccb1695cfca1a64cc4bdb9f73f79ab4b53dd0a6c237337629c370c8155a5dbea8e9896dc00d87b51652843fd56415878dd SHA512 875ceae6a4e5bcb5b7a8951095b914ca1b717da8aa7b53faff9ea9a087fd8ca529292d0e113fc333212834fd49e53260beab645e2e46b9ff545f3fc6f8f5d16c
|
||||
DIST youtube_dl-2019.7.12.tar.gz 1463706 BLAKE2B 38a885588a2a7932ad44e0ec1630b8261a49776fb0ad14b9ba8984dc6576405434facbc36dc05b20385cd072ebc15856dfc38fab64f9edd99881d964fcbfe235 SHA512 fd0f6cece5c2a8b4a8b8cd5e0687783685f01a04f8429f393592a94e5f366d6ca7d446099e7877886fd5bf59605bc71be0efa790510753816dfe97d911e7ff67
|
||||
DIST youtube_dl-2019.7.16.tar.gz 1467156 BLAKE2B c9883495ddc0f03f7d95fdc49b12fb6d459441734b359a96b7914b33f7f557c249192edcd2c9ae4bc00bb61078cd6fbc6b70e6bda82fdb120423fbe75857dc92 SHA512 46f9a2e6ecfe4faaf749a529ae75c29a67ac6c83e917639927df0ecda585e6ce5230594be5f0bd1a38548f07fda62e85ab60a2e2aeaef72cbbc6106b5c147df3
|
||||
DIST youtube_dl-2019.7.2.tar.gz 1468186 BLAKE2B 402becc0e7f98143567d3587868df2bbea27d158d42454514c94e1bf5e604418b8700fda9532709f3e0c35596516e81e8d0c9c109835fbd37fe5fad219569b63 SHA512 2543ea06896416a9626bd7589fb006dcf80793cfc92898d71ae1e3541b80e381f4431b5464d3eedf48b19ec3b928366d243ee8cdeda2e02bd5677e97f02f724e
|
||||
EBUILD youtube_dl-2019.5.20.ebuild 705 BLAKE2B a52224faf4136000b0d97b352c5087da2a79c294cc9122702355d13c613c6cf605d4f3e76b4965753b25e1572a30748c3dc8d6489727b75c8f909e90626382b0 SHA512 e53d951a259074b192df09b92539c065ca04e8af2b9c13ecee1b609438f472c1726cc82705aaf92f2de7272f3e3679156399f0e7430878b326ce006d2c34e0e0
|
||||
EBUILD youtube_dl-2019.6.27.ebuild 705 BLAKE2B a52224faf4136000b0d97b352c5087da2a79c294cc9122702355d13c613c6cf605d4f3e76b4965753b25e1572a30748c3dc8d6489727b75c8f909e90626382b0 SHA512 e53d951a259074b192df09b92539c065ca04e8af2b9c13ecee1b609438f472c1726cc82705aaf92f2de7272f3e3679156399f0e7430878b326ce006d2c34e0e0
|
||||
EBUILD youtube_dl-2019.6.8.ebuild 705 BLAKE2B a52224faf4136000b0d97b352c5087da2a79c294cc9122702355d13c613c6cf605d4f3e76b4965753b25e1572a30748c3dc8d6489727b75c8f909e90626382b0 SHA512 e53d951a259074b192df09b92539c065ca04e8af2b9c13ecee1b609438f472c1726cc82705aaf92f2de7272f3e3679156399f0e7430878b326ce006d2c34e0e0
|
||||
EBUILD youtube_dl-2019.7.12.ebuild 705 BLAKE2B a52224faf4136000b0d97b352c5087da2a79c294cc9122702355d13c613c6cf605d4f3e76b4965753b25e1572a30748c3dc8d6489727b75c8f909e90626382b0 SHA512 e53d951a259074b192df09b92539c065ca04e8af2b9c13ecee1b609438f472c1726cc82705aaf92f2de7272f3e3679156399f0e7430878b326ce006d2c34e0e0
|
||||
EBUILD youtube_dl-2019.7.16.ebuild 705 BLAKE2B a52224faf4136000b0d97b352c5087da2a79c294cc9122702355d13c613c6cf605d4f3e76b4965753b25e1572a30748c3dc8d6489727b75c8f909e90626382b0 SHA512 e53d951a259074b192df09b92539c065ca04e8af2b9c13ecee1b609438f472c1726cc82705aaf92f2de7272f3e3679156399f0e7430878b326ce006d2c34e0e0
|
||||
EBUILD youtube_dl-2019.7.2.ebuild 705 BLAKE2B a52224faf4136000b0d97b352c5087da2a79c294cc9122702355d13c613c6cf605d4f3e76b4965753b25e1572a30748c3dc8d6489727b75c8f909e90626382b0 SHA512 e53d951a259074b192df09b92539c065ca04e8af2b9c13ecee1b609438f472c1726cc82705aaf92f2de7272f3e3679156399f0e7430878b326ce006d2c34e0e0
|
||||
MISC metadata.xml 455 BLAKE2B d5844769fd649198b425365de883f6577889305f63228f21341bd0bee6d1fe18236012e3b5c1983a4bff8e3345c746405ea4aa1e5c22112f43e19ef2e561a0d3 SHA512 c22f7a7c3372655bdeae2f46842365da38a86c3adafb0a600d4d88a6e270b6865cdbc19376ad2eb70e5f0dddc65b4278aa1500db2a8505d49ca8b4b960f15312
|
||||
|
||||
Reference in New Issue
Block a user