File tree 3 files changed +37
-0
lines changed
3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ DIST nc-dns-api-0.1.6.tar.gz 15045 BLAKE2B d92293e4b48b5c5d5a0c731f20015953dcb54f9b8250fe291a49d9bc059af524ed34d62c5219448c82b3939772cb7ffe65739ea9312c006d75c387e68656501c SHA512 43dc75f7fb664a81464b2881ee66252598b3b5ed43492ec31d84a4d21c1c85d0563a541d33ec58e967194123ea8fab61e2861a674b7ce4c211b7ebd216a315a5
2
+ EBUILD nc-dns-api-0.1.6.ebuild 593 BLAKE2B 7342b99521f96eee3af5f12770937bc973a6b7c6b52aa5a6a8c1d91d7cf076b1e50117faf00c1b6d80f3dd16e6595a7eeab60d7099967941574acdd78381fbe0 SHA512 86b62382f38fba156c18fc121844c9b32f8524f346f9c9c77aeddc1951f26d5caccc442d9a8f05c0381d73db5028e38751bde28d5c5119d379eb4ae269477e3d
3
+ MISC metadata.xml 212 BLAKE2B 59d15ab0b853a2d3b30a1120044ef4b0e69435f10636e82409cf8db2ed5a73e8ccb599405d8b6b65cd8444e5bd113aa0cd1711141ecd0adb92194e06a6e826a5 SHA512 c475b1ab461c2d62f1e9daae2060346299c697f3bff5db1059363d28d3ae079c2d2f900262dfc25609ed9a245923ee51cd2be6edff39cf70c717df9b49ab0b96
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!DOCTYPE pkgmetadata
3
+ SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
4
+ <pkgmetadata >
5
+ <upstream >
6
+ <remote-id type =" github" >nbuchwitz/nc_dnsapi</remote-id >
7
+ </upstream >
8
+ </pkgmetadata >
Original file line number Diff line number Diff line change
1
+ # Copyright 1999-2024 Gentoo Authors
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ DISTUTILS_USE_PEP517=setuptools
7
+ PYTHON_COMPAT=( python3_{10..13} )
8
+
9
+ inherit distutils-r1
10
+
11
+ DESCRIPTION=" API wrapper for the netcup DNS API"
12
+ HOMEPAGE=" https://github.com/nbuchwitz/nc_dnsapi"
13
+ SRC_URI=" https://github.com/nbuchwitz/nc_dnsapi/archive/refs/tags/v${PV} .tar.gz -> ${P} .tar.gz"
14
+
15
+ S=" ${WORKDIR} /nc_dnsapi-${PV} "
16
+
17
+ LICENSE=" MIT"
18
+ SLOT=" 0"
19
+ KEYWORDS=" ~amd64 ~arm64"
20
+
21
+ RDEPEND=" dev-python/httplib2"
22
+
23
+ src_prepare () {
24
+ default
25
+ sed -i " s/version='0.1.5'/version='0.1.6'/g" setup.py
26
+ }
You can’t perform that action at this time.
0 commit comments