Skip to content

Commit

Permalink
sys-apps/smount: fix documentation and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lqp1 committed Apr 20, 2023
1 parent 182e208 commit afcf497
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sys-apps/smount/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIST smount-0.7.tar.gz 73339 BLAKE2B a591e07a1dd32794cd6ff81101a57b8b19eb0f442136593e08e1de25558b32984d9d283cbe0d90aae9c2d84dd47435af3e2991831987cc4ba731082d16e20bcd SHA512 71d98182a0b8952618a97cc138f3625625088bf308049d062512d46d982d233a2c15526c66213f64f60c63b514250774c755ce5b19daa5312f4b9554096f6a0a
EBUILD smount-0.7-r1.ebuild 562 BLAKE2B 4ff4594650aa7189064c566ddd5c6c138f12af4e79c269d998f1a38a7d9b683ef72e889f2409ce110ac3e1147323aca73bc71eabf9e7e9c6880658fd10240297 SHA512 d871ad2468275e6dc2e6229e365c077e406c0a26b85a7ae423ad08751df5fd7547e6b3a167cd117af287c458e0acaa7d2b248a7f3e64e8441386d85ee746ceac
EBUILD smount-9999.ebuild 582 BLAKE2B f83c9abd138afca87f6c7be37516a760d137dfdc9a6ae0775f96b982463b163c8e9cff43221cacd3b2549b756b26ba754d6e1972a8df8e56bb977198f876ab25 SHA512 32a46154b95a1f1a060a041dcf5567609717fe1dd19f87976e39cd2b512a7048b67ae03fabac2aaf3f0f5e5e0d7f1047721319ad3a7ca44132d378b0e06cd403
EBUILD smount-0.7-r1.ebuild 654 BLAKE2B 155e1e5e22eb6ae645131d4acc42c5067dc2c9505a847536f5427cbf2db641ec13fcf489b92d6ef7566eb916385da32cc07bbc7b14aadb226ca01fac5c83b563 SHA512 052c15e5e13796941a13338ff9fbe23c9be7c03f11b5f3806ce76b7978f0aad12f221caea90cba42cd44062487b6276f53a343ce6e0b180c568f3f01b3903124
EBUILD smount-9999.ebuild 666 BLAKE2B a8c45114bc48ad6d404a02739d2af37368128735056e90ab801563a5e25afc209931713d9153cd8e900485650cc3dfafbefb391c3e1877f5e17733d992952da9 SHA512 79da6acd71ae51d785c9c9bfd6434bd168536d79a7002993a99ed48570706da0184177164dae6de8aae9210fa24bf90b3b2615ebcdc0e1a085ced609d1452fb2
MISC metadata.xml 228 BLAKE2B b09b0b99840a5448fcad3596bb36b8b414bf30a4c162faea519442a801c7df1a4a42fe17a65d39074a1b012782b8469f8938122016fb00b50432ace9f760433c SHA512 2598913a6fa8a9c2cac96ea45c8693a54684547670a5f24eadc62ce45e7a322a3f3f9d2ad5bc6edf851f4083670a2fb901a8f4bb8374977c29d78e88034edb9d
7 changes: 7 additions & 0 deletions sys-apps/smount/smount-0.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ IUSE=""

DEPEND="dev-python/pyyaml"
RDEPEND="${DEPEND}"
BDEPEND="
test? ( dev-python/pyfakefs )
"

SRC_URI="https://github.com/lqp1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

Expand All @@ -21,6 +24,10 @@ PYTHON_COMPAT=( python3_{9,10,11} )

inherit distutils-r1

distutils_enable_tests pytest

python_install_all(){
distutils-r1_python_install_all
}

DOCS="README.md"
9 changes: 8 additions & 1 deletion sys-apps/smount/smount-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ IUSE=""

DEPEND="dev-python/pyyaml"
RDEPEND="${DEPEND}"
BDEPEND="dev-vcs/git"
BDEPEND="
dev-vcs/git
test? ( dev-python/pyfakefs )
"

SRC_URI=""
EGIT_REPO_URI="https://github.com/lqp1/${PN}.git"
Expand All @@ -25,6 +28,10 @@ PYTHON_COMPAT=( python3_{9,10,11} )

inherit git-r3 distutils-r1

distutils_enable_tests pytest

python_install_all(){
distutils-r1_python_install_all
}

DOCS="README.md"

0 comments on commit afcf497

Please sign in to comment.